Frontend Development by MongoDB Curriculum
Build your first Android app in Compose
  • Introduction to programming in Kotlin
  • Set up Android Studio
  • Build a basic layout
Build an interactive Android app
  • Kotlin fundamentals
  • Add a button to an app
  • Interact with UI and State
Build Lists and Add Theme
  • More Kotlin Fundamentals
  • Build a scrollable list
  • Add Theme and Animation
Navigation and App Architecture
  • Architecture Components
  • Navigation in Jetpack Compose
  • Adapt for different screen sizes
Connect to the Internet
  • Coroutines
  • Get Data from the Internet
Data Persistence
  • Introduction to SQL
  • Use Room for Data Persistence
  • Datastore
WorkManager
  • Schedule tasks with WorkManager