SleepMedetationApp

Simple One Screen UI made with Kotlin Jetpack Compose, Interducing Canvas and Drawing in Jetpack Compose. Screenshot 2023-02-26 174949

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: Screenshot 2023-02-26 175838

GitHub

View Github