"Write code that's as clean as a forest after rain." 🌧️
Android & Jetpack Compose
Building modern Android applications with declarative UI
object GreenDev {
val skills = listOf(
Skill.ANDROID,
Skill.BOTS,
Skill.CLEAN_ARCH
)
fun buildProject() = lifecycleScope.launch {
viewModelScope.emit(State.Success)
Timber.d("${🌱} Feature shipped!")
}
Connect with me on these platforms
🌿 Write code that's as clean as a forest after rain.