Android: Jetpack Compose UI Jetpack Compose is Android's modern declarative UI toolkit. Instead of XML layouts, you write Kotlin functions annotated with @Composable that describe the UI. Compose re-runs composables when…
ReadAndroid: Architecture ViewModel, StateFlow & Room ViewModel & StateFlow // ViewModel — survives configuration changes (rotation) // implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0") class ArticlesVie…
ReadAndroid: Navigation, Coroutines & Dependency Injection Navigation Component (Compose) // implementation("androidx.navigation:navigation-compose:2.7.7") // Define destinations sealed class Screen(val route: String) { obje…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever