π All source code from PRM392 that we learned at FPT University QN AI Campus.
Slot | Topic | Link |
---|---|---|
π― Slot 3 | Views in Android Jetpack Compose Display | Click here! |
π¨ Slot 4 | What is a Style? Apply Style in Compose | Click here! |
π οΈ Slot 5 | Activity and Defining an Activity Compose | Click here! |
πΌοΈ Slot 6 | Display Images & Menus Compose | Click here! |
Download and install Android Studio from the official site. Make sure you have the necessary tools installed:
- Android SDK
- Emulator (or use a real device)
- Kotlin plugin (built-in in the latest Android Studio)
- Open Android Studio and go to File > New > Project from Version Control.
- In the Version Control options, select Repository URL.
- Enter the repository URL:
https://github.com/lzaycoe/prm392-demo.git
- Choose a directory on your local machine where you want to clone the repository.
- Click Clone.
- Wait for Android Studio to sync the project and resolve dependencies.