Module 7 of 8 in Foundational Tools in Android Learning Path

Create a Simple Android App

Share
Save for later

Module outcomes

  • Describe the concept of a composable
  • Understand some user interface components used to build a UI
  • Combine composables into a singular composable
  • Identify the purpose of the Modifier

Covered concepts

  • Text
  • Image
  • Row and Column
  • Composable Previews
  • Button
  • Modifier

Module content

1
Create a Jetpack Compose App Lesson (18 mins)
IntroductionStart
Your First Compose App
Demo
Conclusion
2
Style the App Lesson (16 mins)
IntroductionStart
Adding a Bit of Style
Demo
Styles Quiz
Conclusion
3
Expand the App Lesson (40 mins)
IntroductionStart
Expanding the App
Demo
Conclusion
4
Add Interactivity Lesson (11 mins)
IntroductionStart
Recomposition
Demo
Interactivity Quiz
Conclusion