Simple One Screen UI made with Kotlin Jetpack Compose

SleepMedetationApp

Simple One Screen UI made with Kotlin Jetpack Compose, Interducing Canvas and Drawing in Jetpack Compose.

By invoking the canvas composable, you can effortlessly incorporate a canvas into your composable layout code since the Canvas in Jetpack Compose is a Composable function that encompasses the UI toolkit’s native canvas APIs.

We use canvas here to draw wave shapes on our FeatureItem composable:

GitHub

View Github