{"id":21121618,"url":"https://github.com/chohohee/android-clean-architecture-mvvm","last_synced_at":"2026-04-24T08:31:35.468Z","repository":{"id":261337241,"uuid":"883994400","full_name":"chohohee/android-clean-architecture-mvvm","owner":"chohohee","description":"Clean Architecture MVVM Pattern in Android with Use Cases","archived":false,"fork":false,"pushed_at":"2025-01-16T03:37:05.000Z","size":54605,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T04:19:56.272Z","etag":null,"topics":["android","clean-architecture","coroutines-flow","hilt","jetpack","multi-module","mvvm","offline-first","paging","pokemon","room"],"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/chohohee.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-11-06T00:10:49.000Z","updated_at":"2025-10-02T13:10:11.000Z","dependencies_parsed_at":"2024-11-06T02:36:22.886Z","dependency_job_id":"23b34f07-928e-48a3-9670-811193686642","html_url":"https://github.com/chohohee/android-clean-architecture-mvvm","commit_stats":null,"previous_names":["chohohee/android-clean-architecture-mvvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chohohee/android-clean-architecture-mvvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-clean-architecture-mvvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-clean-architecture-mvvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-clean-architecture-mvvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-clean-architecture-mvvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chohohee","download_url":"https://codeload.github.com/chohohee/android-clean-architecture-mvvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-clean-architecture-mvvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","clean-architecture","coroutines-flow","hilt","jetpack","multi-module","mvvm","offline-first","paging","pokemon","room"],"created_at":"2024-11-20T03:53:02.874Z","updated_at":"2026-04-24T08:31:35.451Z","avatar_url":"https://github.com/chohohee.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Architecture MVVM\n\nClean Architecture MVVM Pattern in Android with Use Cases\n\n### Preview\n| EN                           | KO                           | JA                           |\n|------------------------------|------------------------------|------------------------------|\n| ![Alt Text](/preview/en.gif) | ![Alt Text](/preview/ko.gif) | ![Alt Text](/preview/ja.gif) |\n\n[![PokemonCard](https://img.shields.io/badge/Download-APK-0F9D58)](https://github.com/chohohee/android-clean-architecture-mvvm/raw/main/preview/app-release.apk)\n\n\n### Features\n- List of all Pokemon\n- View Pokemon card details\n- Localization of name attribute\n- Offline First\n\n### Architecture \n- [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)\n- MVVM (Model-View-ViewModel)\n- Repository Pattern\n- Multi-Module:\n```\nroot\n--- presentation\n--- domain\n--- data\n--- local\n--- remote\n```\n\n### Libraries \n- [Kotlin](https://kotlinlang.org/)\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) for aynsc\n- [Hilt](https://dagger.dev/hilt/) for dependency injection\n- [Retrofit2 \u0026 OkHttp3](https://github.com/square/retrofit) for rest api\n- [Serialization](https://kotlinlang.org/docs/serialization.html) for parse response\n- [JetPack](https://developer.android.com/jetpack)\n  - data binding, lifecycle, navigation, paging, room, view model, palette\n- [Glide](https://github.com/bumptech/glide) for image loading\n- [Lottie](https://airbnb.io/lottie/) for image animation\n\n### API\nThe API used in this project is [PokéAPI](https://pokeapi.co/) and the base url is as follows:\n```\nhttps://pokeapi.co/api/v2\n```\n\n#### Endoint Used\n| Method | Endpoint                          | Usage                              |\n| ------ | --------------------------------- | ---------------------------------- |\n|GET     | `/pokemon?offset={0}\u0026limit={100}` | Get All Pokemon Information Paging |\n|GET     | `/pokemon-species/{bulbasaur}`    | Get localized Pokemon names        | \n|GET     | `/pokemon/{bulbasaur}`            | Get Pokemon attribute information  | \n|GET     | `/type/{1}`                       | Get localized Pokemon attributes   | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchohohee%2Fandroid-clean-architecture-mvvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchohohee%2Fandroid-clean-architecture-mvvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchohohee%2Fandroid-clean-architecture-mvvm/lists"}