- π² I Love to develop Android apps, with attractive UI and high performance.
- π Kotlin + Jetpack Compose.
- π Exploring: Ktor, Kobweb.
π±
Surviving...
Passionate Android Dev β¨ | Kotlin + Compose π
Pinned Loading
-
Composable-Graphs
Composable-Graphs Public⨠A very Minimal, Sleek and Powerful Graph library for Android built with Kotlin & Jetpack Compose
-
jetpack-compose-waves
jetpack-compose-waves PublicAdd beautiful, fluid, animated waves to your Jetpack Compose app with just one composable πͺ. No library install β just copy the files and start using animated waves in seconds π₯.
-
Convert any view to Bitmap
Convert any view to Bitmap 1class ShareScreenshot {
23fun getBitmapFromView(view: View): Bitmap? {
4val bitmap = Bitmap.createBitmap(view.width, view.height, Bitmap.Config.ARGB_8888)
5val canvas = Canvas(bitmap)
-
SafeLet.kt
SafeLet.kt 1private inline fun <T1: Any, T2: Any, R: Any> safeLet(p1: T1?, p2: T2?, block: (T1, T2)->R?): R? {
2return if (p1 != null && p2 != null) block(p1, p2)Β elseΒ null
3}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



