{"id":24906152,"url":"https://github.com/lzaycoe/prm392-demo","last_synced_at":"2025-03-27T22:22:06.754Z","repository":{"id":271564651,"uuid":"913839018","full_name":"lzaycoe/prm392-demo","owner":"lzaycoe","description":"📚 All source code from PRM392 that we learned at FPT University QN AI Campus.","archived":false,"fork":false,"pushed_at":"2025-02-25T06:39:10.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T07:40:32.212Z","etag":null,"topics":["android-studio","jetpack-compose","kotlin","prm392"],"latest_commit_sha":null,"homepage":"https://docs.google.com/spreadsheets/d/1n_7NwpfScFgkuT8x3I_mpwkK0A25Q7TMUYbttuQ1P4c/edit?gid=0#gid=0","language":"Kotlin","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzaycoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["hardingadonis","bakaqc"]}},"created_at":"2025-01-08T13:00:56.000Z","updated_at":"2025-02-18T14:44:30.000Z","dependencies_parsed_at":"2025-02-25T07:31:51.499Z","dependency_job_id":"edf350fd-527c-4450-b732-29ec5267d769","html_url":"https://github.com/lzaycoe/prm392-demo","commit_stats":null,"previous_names":["lzaycoe/prm392-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzaycoe%2Fprm392-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzaycoe%2Fprm392-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzaycoe%2Fprm392-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzaycoe%2Fprm392-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzaycoe","download_url":"https://codeload.github.com/lzaycoe/prm392-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245932276,"owners_count":20696025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-studio","jetpack-compose","kotlin","prm392"],"created_at":"2025-02-02T00:38:57.172Z","updated_at":"2025-03-27T22:22:06.734Z","avatar_url":"https://github.com/lzaycoe.png","language":"Kotlin","funding_links":["https://github.com/sponsors/hardingadonis","https://github.com/sponsors/bakaqc"],"categories":[],"sub_categories":[],"readme":"# 📝 **PRM392 Code Demo**\n\n\u003e 📚 **All source code from PRM392 that we learned at FPT University QN AI Campus.**\n\n## 📢 Advertisement\n\n\u003cimg src=\"https://raw.githubusercontent.com/fptqnk17/.github/refs/heads/main/images/banner-bao-thu.png\" alt=\"Advertisement\" /\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Android-Jetpack%20Compose-green?style=for-the-badge\u0026logo=android\" alt=\"Android Compose\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/FPT%20University-QN%20AI%20Campus-blue?style=for-the-badge\"\u003e\n\u003c/div\u003e\n\n## 🚀 **Content**\n\n| Slot       | Topic                                     | Link                   |\n| ---------- | ----------------------------------------- | ---------------------- |\n| 🎯 Slot 3  | Views in Android Jetpack Compose Display  | [Click here!](slot-3)  |\n| 🎨 Slot 4  | What is a Style? Apply Style in Compose   | [Click here!](slot-4)  |\n| 🛠️ Slot 5  | Activity and Defining an Activity Compose | [Click here!](slot-5)  |\n| 🖼️ Slot 6  | Display Images \u0026 Menus Compose            | [Click here!](slot-6)  |\n| 💾 Slot 7  | Data Storage: Shared Preferences          | [Click here!](slot-7)  |\n| 🌐 Slot 8  | Web services - Retrofit Compose           | [Click here!](slot-8)  |\n| 🏛️ Slot 9  | Android architecture: MVC Pattern         | [Click here!](slot-9)  |\n| 📡 Slot 10 | Android Broadcast Receiver                | [Click here!](slot-10) |\n| 🔐 Slot 11 | Supabase authentication with Android      | [Click here!](slot-11) |\n\n## 🌟 **Experience**\n\n### Step 1: Install Android Studio\n\nDownload and install Android Studio from the [official site](https://developer.android.com/studio). Make sure you have the necessary tools installed:\n\n- Android SDK\n- Emulator (or use a real device)\n- Kotlin plugin (built-in in the latest Android Studio)\n\n### Step 2: Clone Repository\n\n1. Open Android Studio and go to **File \u003e New \u003e Project from Version Control**.\n2. In the Version Control options, select **Repository URL**.\n3. Enter the repository URL:\n\n```plaintext\nhttps://github.com/lzaycoe/prm392-demo.git\n```\n\n4. Choose a directory on your local machine where you want to clone the repository.\n5. Click **Clone**.\n6. Wait for Android Studio to sync the project and resolve dependencies.\n\n## 👥 **Contributors**\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lzaycoe/prm392-demo/graphs/contributors\"\u003e\n    \u003cimg src=\"https://contrib.rocks/image?repo=lzaycoe/prm392-demo\" alt=\"Contributors\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzaycoe%2Fprm392-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzaycoe%2Fprm392-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzaycoe%2Fprm392-demo/lists"}