Tag: Kotlin
Notes on “Kotlin”.
Displaying all engineering articles tagged with Kotlin. Use the search filters to find specific guides.
Filter by Category
Android7 min read
Offline-First Architecture in Android Apps with Room and WorkManager
How to build Android applications that work without a network connection using Room database, LiveData, and WorkManager sync queues.
AndroidKotlinRoom+2 more
30 Jun 20260 views
Android7 min read
Jetpack Compose State Hoisting vs ViewModel: When to Use Each
A practical guide to managing state in Jetpack Compose — when to hoist state locally within the composable tree versus lifting it into a ViewModel.
AndroidJetpack ComposeKotlin+2 more
30 Jun 20260 views
Tags