Category
Android Notes.
Browsing articles and guides categorized under Android. Use the search bar to refine matches.
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