Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-22T04:28:39.000Z (23 days ago)
- Last Synced: 2025-01-22T05:24:08.745Z (23 days 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: 127 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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.**
![]()
![]()
## 🚀 **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) |## 🌟 **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**