https://github.com/lzaycoe/prm392-demo
📚 All source code from PRM392 that we learned at FPT University QN AI Campus.
https://github.com/lzaycoe/prm392-demo
android-studio jetpack-compose kotlin prm392
Last synced: about 1 year ago
JSON representation
📚 All source code from PRM392 that we learned at FPT University QN AI Campus.
- Host: GitHub
- URL: https://github.com/lzaycoe/prm392-demo
- Owner: lzaycoe
- License: mit
- Created: 2025-01-08T13:00:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:39:10.000Z (over 1 year ago)
- Last Synced: 2025-02-25T07:40:32.212Z (over 1 year ago)
- Topics: android-studio, jetpack-compose, kotlin, prm392
- Language: Kotlin
- Homepage: https://docs.google.com/spreadsheets/d/1n_7NwpfScFgkuT8x3I_mpwkK0A25Q7TMUYbttuQ1P4c/edit?gid=0#gid=0
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 📝 **PRM392 Code Demo**
> 📚 **All source code from PRM392 that we learned at FPT University QN AI Campus.**
## 📢 Advertisement

---
## 🚀 **Content**
| Slot | Topic | Link |
| ---------- | ----------------------------------------- | ---------------------- |
| 🎯 Slot 3 | Views in Android Jetpack Compose Display | [Click here!](slot-3) |
| 🎨 Slot 4 | What is a Style? Apply Style in Compose | [Click here!](slot-4) |
| 🛠️ Slot 5 | Activity and Defining an Activity Compose | [Click here!](slot-5) |
| 🖼️ Slot 6 | Display Images & Menus Compose | [Click here!](slot-6) |
| 💾 Slot 7 | Data Storage: Shared Preferences | [Click here!](slot-7) |
| 🌐 Slot 8 | Web services - Retrofit Compose | [Click here!](slot-8) |
| 🏛️ Slot 9 | Android architecture: MVC Pattern | [Click here!](slot-9) |
| 📡 Slot 10 | Android Broadcast Receiver | [Click here!](slot-10) |
| 🔐 Slot 11 | Supabase authentication with Android | [Click here!](slot-11) |
## 🌟 **Experience**
### Step 1: Install Android Studio
Download and install Android Studio from the [official site](https://developer.android.com/studio). 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:
```plaintext
https://github.com/lzaycoe/prm392-demo.git
```
4. Choose a directory on your local machine where you want to clone the repository.
5. Click **Clone**.
6. Wait for Android Studio to sync the project and resolve dependencies.
## 👥 **Contributors**