Mobile Apps 2023W Lecture 2
For today we are getting Android Studio to run and starting the Jetpack Compose online courses from the online Android documentation.
Jetpack Compose
- Jetpack Compose course: This page shows all the "courses" they have on Jetpack Compose
- Starter tutorial: This tutorial shows how to get started with Jetpack Compose
- Thinking in Compose: This gives a conceptual background, but it is very similar to that of SwiftUI.
Note that downloaded code doesn't seem to run in our Android Studio, you'll need to enter relevant code manually into a new project. I suggest starting with the starter Compose project (not the one with Material3).