Skip to content

πŸ“š All source code from PRM392 that we learned at FPT University QN AI Campus.

License

Notifications You must be signed in to change notification settings

lzaycoe/prm392-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ PRM392 Code Demo

πŸ“š All source code from PRM392 that we learned at FPT University QN AI Campus.

Android Compose

πŸš€ Content

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!

🌟 Experience

Step 1: Install Android Studio

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)

Step 2: Clone Repository

  1. Open Android Studio and go to File > New > Project from Version Control.
  2. In the Version Control options, select Repository URL.
  3. Enter the repository URL:
https://github.com/lzaycoe/prm392-demo.git
  1. Choose a directory on your local machine where you want to clone the repository.
  2. Click Clone.
  3. Wait for Android Studio to sync the project and resolve dependencies.

πŸ‘₯ Contributors