Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.27 KB

README.md

File metadata and controls

54 lines (40 loc) · 2.27 KB

📝 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!
💾 Slot 7 Data Storage: Shared Preferences Click here!
🌐 Slot 8 Web services - Retrofit Compose Click here!
🏛️ Slot 9 Android architecture: MVC Pattern Click here!
📡 Slot 10 Android Broadcast Receiver Click here!
🔐 Slot 11 Supabase authentication with Android 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