{"id":19335089,"url":"https://github.com/tungnk123/android-cheat-sheet","last_synced_at":"2026-04-15T16:32:07.821Z","repository":{"id":260288065,"uuid":"879485820","full_name":"tungnk123/android-cheat-sheet","owner":"tungnk123","description":"Android cheat sheet 2026 - In progress","archived":false,"fork":false,"pushed_at":"2026-04-08T06:59:30.000Z","size":92643,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-08T08:32:40.960Z","etag":null,"topics":["android","android-book","android-development","android-guidelines","android-interview-practice","android-interview-questions","android-roadmap","android-studio","clean-architecture","interview-questions","jetpack-compose","kotlin","kotlin-coroutines","kotlin-flow","mvvm-android","random-notes"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tungnk123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-28T02:03:00.000Z","updated_at":"2026-04-08T06:59:40.000Z","dependencies_parsed_at":"2025-10-30T17:33:05.809Z","dependency_job_id":null,"html_url":"https://github.com/tungnk123/android-cheat-sheet","commit_stats":null,"previous_names":["tungnk123/android-cheat-sheet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tungnk123/android-cheat-sheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungnk123%2Fandroid-cheat-sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungnk123%2Fandroid-cheat-sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungnk123%2Fandroid-cheat-sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungnk123%2Fandroid-cheat-sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tungnk123","download_url":"https://codeload.github.com/tungnk123/android-cheat-sheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungnk123%2Fandroid-cheat-sheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","android-book","android-development","android-guidelines","android-interview-practice","android-interview-questions","android-roadmap","android-studio","clean-architecture","interview-questions","jetpack-compose","kotlin","kotlin-coroutines","kotlin-flow","mvvm-android","random-notes"],"created_at":"2024-11-10T03:05:03.511Z","updated_at":"2026-04-15T16:32:07.804Z","avatar_url":"https://github.com/tungnk123.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀✨ Android Cheat Sheet 2025 ✨🚀  \r\n\r\n**📌 The Ultimate Android Developer Guide!**  \r\n\r\n**Android Cheat Sheet** is a **one-stop repository** 📚 for Android developers to quickly reference **key concepts, structures, and technologies** in Android app development.  \r\n\r\n## 🔥 Why This Repository?  \r\n✅ **All-in-One GitHub** – Everything you need to master Android development!  \r\n✅ **Updated Daily** – Stay ahead with the latest best practices \u0026 advancements.  \r\n✅ **Well-Structured** – Organized for easy access and quick learning.  \r\n\r\n---\r\n\r\n## 📂 Table of Contents  \r\n\r\n### 🔹 **Android Basics**  \r\n📁 `android-basics/` – **Core concepts** like `activity`, `fragment`, `intent`, `navigation`, `manifest`, and more.  \r\n📁 `android-app-architectures/` – Learn **MVVM, MVI, MVP** and best architectural practices.  \r\n\r\n### 🔹 **Data Management \u0026 Storage**  \r\n📁 `data-management/` – Master Android data handling:  \r\n- 🗃️ **Data Store**  \r\n- 📂 **Repository Pattern**  \r\n- 🏛 **Room (SQLite)**  \r\n- ⚙️ **Shared Preferences**  \r\n\r\n### 🔹 **Networking \u0026 Security**  \r\n📁 `android-networking/` – **Retrofit, OkHttp, WebSocket** for seamless network communication.  \r\n📁 `android-security/` – Best security practices to **protect your app**.  \r\n\r\n### 🔹 **Programming \u0026 Languages**  \r\n📁 `java/` – Java essentials for Android.  \r\n📁 `kotlin-basics/` – Kotlin **fundamentals \u0026 advanced** techniques.  \r\n📁 `kotlin-coroutines/` – **Asynchronous programming** with Coroutines.  \r\n📁 `kotlin-flow/` – **Data streams** with Kotlin Flow.  \r\n\r\n### 🔹 **Jetpack \u0026 UI**  \r\n📁 `jetpack-architecture-components/` – **LiveData, ViewModel, Room, Paging**.  \r\n📁 `jetpack-compose/` – Build **modern UI** with Jetpack Compose.  \r\n\r\n### 🔹 **Reactive Programming**  \r\n📁 `rx-java/` – Reactive programming with **RxJava**.  \r\n📁 `rx-kotlin/` – RxJava for **Kotlin**.  \r\n\r\n### 🔹 **Other Important Topics**  \r\n📁 `android-testing/` – Unit \u0026 UI Testing 🔍  \r\n📁 `firebase/` – **Integrate Firebase** into Android apps.  \r\n📁 `dependency-injection/` – **Dagger, Hilt** for DI.  \r\n📁 `design-patterns-in-android/` – Common **design patterns** for scalable apps.  \r\n📁 `random-notes/` – Miscellaneous **tips \u0026 tricks**.  \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftungnk123%2Fandroid-cheat-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftungnk123%2Fandroid-cheat-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftungnk123%2Fandroid-cheat-sheet/lists"}