Activity, Fragment, Compose lifecycles, configuration changes, process death, and the four core app components.
Sections
| # | Section | Topics |
|---|---|---|
| 1 | Lifecycle Fundamentals | Activity/Fragment lifecycle, configuration changes, process death, Compose lifecycle, lifecycle-aware components |
| 2 | Core App Components | Service (foreground, bound), BroadcastReceiver (static, dynamic), ContentProvider, FileProvider, offline-first with Clean Architecture |