{"id":31545468,"url":"https://github.com/victorkabata/gamex-compose","last_synced_at":"2025-10-15T12:44:33.339Z","repository":{"id":46212867,"uuid":"413064527","full_name":"VictorKabata/Gamex-Compose","owner":"VictorKabata","description":"Simple android application that consumes RAWG API to display a list of games","archived":false,"fork":false,"pushed_at":"2021-11-06T10:10:02.000Z","size":11984,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T14:49:26.612Z","etag":null,"topics":["android","clean-architecture-android","jetpack-compose","rawg-api","retrofit"],"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/VictorKabata.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}},"created_at":"2021-10-03T11:58:49.000Z","updated_at":"2024-02-22T03:07:39.000Z","dependencies_parsed_at":"2022-09-10T09:10:13.280Z","dependency_job_id":null,"html_url":"https://github.com/VictorKabata/Gamex-Compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VictorKabata/Gamex-Compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorKabata%2FGamex-Compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorKabata%2FGamex-Compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorKabata%2FGamex-Compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorKabata%2FGamex-Compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorKabata","download_url":"https://codeload.github.com/VictorKabata/Gamex-Compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorKabata%2FGamex-Compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279079182,"owners_count":26098671,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-android","jetpack-compose","rawg-api","retrofit"],"created_at":"2025-10-04T14:49:20.462Z","updated_at":"2025-10-15T12:44:33.307Z","avatar_url":"https://github.com/VictorKabata.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gamex Compose -Work in Progress-\n\n An android application that consumes [RAWG API](https://rawg.io/) to display a list of popular video games built using [Jetpack Compose](https://developer.android.com/jetpack/compose) and [Koin](https://insert-koin.io/) for dependency injection based on modern android techstack and multi-modular clean architecture.\n\n # Screenshots\n \n \u003cimg src=\"assets/ss1.png\" width=\"250\"/\u003e \u003cimg src=\"assets/ss2.png\" width=\"250\"/\u003e \u003cimg src=\"assets/ss3.png\" width=\"250\"/\u003e\n\n # Tech Stack and Open Sources Libs\n\n - [Koin](https://insert-koin.io/) - Dependency Injection library.\n- [Jetpack Components](https://developer.android.com/jetpack)\n    - [Jetpack Compose](https://developer.android.com/jetpack/compose)- Modern toolkit for building native UI.\n    - [Android KTX](https://developer.android.com/kotlin/ktx.html) - Provide concise, idiomatic Kotlin to Jetpack and Android platform APIs.\n    - [AndroidX](https://developer.android.com/jetpack/androidx) - Major improvement to the original Android [Support Library](https://developer.android.com/topic/libraries/support-library/index), which is no longer maintained.\n    -   [Lifecycle](https://developer.android.com/topic/libraries/architecture/lifecycle) - Perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.\n    -   [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.\n    - [Room](https://developer.android.com/training/data-storage/room) - Provides an abstraction layer over SQLite used for offline data caching.\n    - [Navigation Component](https://developer.android.com/guide/navigation/navigation-getting-started)-Component that allows easier implementation of navigation from simple button clicks to more complex patterns.\n\n- [Retrofit](https://square.github.io/retrofit/) - Type-safe http client \nand supports coroutines out of the box.  \n- [GSON](https://github.com/square/gson) - JSON Parser,used to parse \nrequests on the data layer for Entities and understands Kotlin non-nullable \nand default parameters.\n- [OkHttp-Logging-Interceptor](https://github.com/square/okhttp/blob/master/okhttp-logging-interceptor/README.md) - Logs HTTP request and response data.\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) - Library Support for coroutines.\n- [Flow](https://developer.android.com/kotlin/flow) - Flows are built on top of coroutines and can provide multiple values. A flow is conceptually a stream of data that can be computed asynchronously.\n- [Timber](https://github.com/JakeWharton/timber)-Library for easier logging.\n- [Coil](https://coil-kt.github.io/coil/compose/)- Image Library from loading images from the database and caching in memory.\n- [Palette API](https://developer.android.com/reference/androidx/palette/graphics/Palette) - Helper class to extract prominent colors from an image.\n- [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) - Library Support for coroutines,provides runBlocking coroutine builder used in tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorkabata%2Fgamex-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorkabata%2Fgamex-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorkabata%2Fgamex-compose/lists"}