Mobile Apps 2023W Lecture 2: Difference between revisions
Created page with "==Jetpack Compose== * [https://developer.android.com/courses/jetpack-compose/course Jetpack Compose course]" |
No edit summary |
||
Line 1: | Line 1: | ||
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== | ||
* [https://developer.android.com/courses/jetpack-compose/course Jetpack Compose course] | * [https://developer.android.com/courses/jetpack-compose/course Jetpack Compose course]: This page shows all the "courses" they have on Jetpack Compose | ||
* [https://developer.android.com/jetpack/compose/tutorial Starter tutorial]: This tutorial shows how to get started with Jetpack Compose | |||
* [https://developer.android.com/jetpack/compose/mental-model 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). |
Revision as of 20:26, 13 January 2023
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).