- π² 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
-
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)
-
Love-Calculator
Love-Calculator PublicLove Calculator app built using Kotlin, MVVM, Love Calculator API. Enter your name and your partner's name. The app will calculate the love percentage π
Kotlin 4
-
Gender-Checker
Gender-Checker PublicGender Checker app built using Kotlin, MVVM, Genderize.io API. Take this as a reference for MVVM and Genderize.io API π
Kotlin 1
-
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.