Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

File metadata and controls

26 lines (18 loc) · 1.11 KB

Learning resources

Learning resources (Android + KMP)

A short set of links that scales from Junior → Principal:

Community / Q&A

If you’re coming from backend engineering

A pragmatic learning path that usually works:

  1. Kotlin fundamentals + coroutines
  2. Android app lifecycle + threading model (main thread, background work)
  3. Architecture (state, DI, data layer) + testing
  4. Performance/UX (jank, startup, memory) + observability
  5. Security/privacy basics (secrets, storage, network, permissions)