val hlayan = developer {
about {
name = "Hlayan Htet Aung"
company = "Codigo"
role = "Android Developer"
}
links {
linkedin = "hlayan"
}
}
Pinned Loading
-
forex-rate
forex-rate Public templateAn app for showing foreign exchange rate from Central Bank of Myanmar
Kotlin 3
-
birthdays-master
birthdays-master PublicA sample free and offline note for saving dates of birth and calculator
-
weather
weather PublicWeather is a forecasting Android app built entirely with Kotlin and Jetpack Compose.
Kotlin
-
Single Event Solution for Kotlin Flo...
Single Event Solution for Kotlin Flow and Compose 1class Event<out T>(private val _value: T?) {
23private val used = AtomicBoolean(false)
45val value: T? get() = if (used.compareAndSet(false, true)) _value else null
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.