{"id":22797519,"url":"https://github.com/chohohee/android-architecture-components-compose","last_synced_at":"2026-05-02T13:31:47.258Z","repository":{"id":266023465,"uuid":"892949670","full_name":"chohohee/android-architecture-components-compose","owner":"chohohee","description":"Compose project based on Android recommended architecture","archived":false,"fork":false,"pushed_at":"2024-12-31T02:40:45.000Z","size":55750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T18:33:23.814Z","etag":null,"topics":["android","android-architecture","compose","coroutines-flow","datastore","hilt","jetpack","multi-module","pokemon"],"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}},"created_at":"2024-11-23T05:56:12.000Z","updated_at":"2025-01-10T11:29:43.000Z","dependencies_parsed_at":"2025-02-05T21:03:01.132Z","dependency_job_id":null,"html_url":"https://github.com/chohohee/android-architecture-components-compose","commit_stats":null,"previous_names":["chohohee/android-architecture-components-compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chohohee/android-architecture-components-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-architecture-components-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-architecture-components-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-architecture-components-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-architecture-components-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chohohee","download_url":"https://codeload.github.com/chohohee/android-architecture-components-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chohohee%2Fandroid-architecture-components-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"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-architecture","compose","coroutines-flow","datastore","hilt","jetpack","multi-module","pokemon"],"created_at":"2024-12-12T06:06:18.302Z","updated_at":"2026-05-02T13:31:47.238Z","avatar_url":"https://github.com/chohohee.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Architecture Components Compose\n\nCompose project based on Android recommended architecture\n\n### Preview\n| Light Mode                      | Dark Mode                      |\n|---------------------------------|--------------------------------|\n| ![Alt Text](/preview/light.gif) | ![Alt Text](/preview/dark.gif) |\n\n[![PokemonCard](https://img.shields.io/badge/Download-APK-0F9D58)](https://github.com/chohohee/android-architecture-components-compose/raw/main/preview/app-release.apk)\n\n### Features\n- List of all Pokemon\n- View Pokemon attribute details\n- All Pokemon Attributes and Related Pokemon\n- Theme setting mode\n\n### Architecture\n- [Recommended App Architecture](https://developer.android.com/topic/architecture#recommended-app-arch)\n- Layered Architecture\n- Repository Pattern\n- Multi-Module:\n```\nroot\n--- app\n--- core\n------ data\n------ designsystem\n------ domain\n------ network\n...\n--- feature\n------ main\n------ pokemon\n------ type\n...\n```\n\n### Libraries \n- [Compose](https://developer.android.com/jetpack/compose) for building user interface and app components\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  - lifecycle, navigation-compose, paging-compose, datastore, view model\n- [Landscapist](https://github.com/skydoves/landscapist) for image loading\n  - coil, plcaeholder, palette\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={20}` | Get All Pokemon Information Paging |\n|GET     | `/pokemon/{bulbasaur}`           | Get Pokemon attribute information  | \n|GET     | `/type`                          | Get All Pokemon attributes         | \n|GET     | `/type/{1}`                      | Get All Pokemon of that attribute  | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchohohee%2Fandroid-architecture-components-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchohohee%2Fandroid-architecture-components-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchohohee%2Fandroid-architecture-components-compose/lists"}