{"id":13642208,"url":"https://github.com/T8RIN/PapriCoin","last_synced_at":"2025-04-20T16:30:49.611Z","repository":{"id":111249930,"uuid":"476364479","full_name":"T8RIN/PapriCoin","owner":"T8RIN","description":":money_with_wings::chart_with_upwards_trend: PapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean Architecture and newest Tech-Stack.","archived":false,"fork":false,"pushed_at":"2023-02-11T06:09:08.000Z","size":9875,"stargazers_count":53,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T01:25:53.505Z","etag":null,"topics":["clean-architecture","coil-kotlin","coroutines-flow","hilt-dagger2","jetpack-compose","kotlin","material-you-3","mvvm-android","retrofit2","room-database","single-activity-pattern","use-cases"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T8RIN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-03-31T15:23:09.000Z","updated_at":"2024-06-22T19:03:38.000Z","dependencies_parsed_at":"2023-07-03T12:16:52.587Z","dependency_job_id":null,"html_url":"https://github.com/T8RIN/PapriCoin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FPapriCoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FPapriCoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FPapriCoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T8RIN%2FPapriCoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T8RIN","download_url":"https://codeload.github.com/T8RIN/PapriCoin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223832871,"owners_count":17210735,"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":["clean-architecture","coil-kotlin","coroutines-flow","hilt-dagger2","jetpack-compose","kotlin","material-you-3","mvvm-android","retrofit2","room-database","single-activity-pattern","use-cases"],"created_at":"2024-08-02T01:01:28.542Z","updated_at":"2025-04-20T16:30:49.605Z","avatar_url":"https://github.com/T8RIN.png","language":"Kotlin","funding_links":[],"categories":["🍏 Health \u0026 Lifestyle"],"sub_categories":["💸 Economy"],"readme":"\u003ch1 align=\"center\"\u003ePapriCoin\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"API\" src=\"https://img.shields.io/badge/Api%2021+-50f270?logo=android\u0026logoColor=black\u0026style=for-the-badge\"/\u003e\u003c/a\u003e\n  \u003cimg alt=\"Kotlin\" src=\"https://img.shields.io/badge/Kotlin-a503fc?logo=kotlin\u0026logoColor=white\u0026style=for-the-badge\"/\u003e\u003c/a\u003e\n  \u003cimg alt=\"Compose\" src=\"https://img.shields.io/static/v1?style=for-the-badge\u0026message=Jetpack+Compose\u0026color=4285F4\u0026logo=Jetpack+Compose\u0026logoColor=FFFFFF\u0026label=\"/\u003e\u003c/a\u003e \n  \u003ca href=\"https://github.com/t8rin\"\u003e\u003cimg alt=\"Profile\" src=\"https://img.shields.io/badge/Github-T8RIN-002200?logo=github\u0026logoColor=white\u0026style=for-the-badge\"/\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e  \nPapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean Architecture and newest Tech-Stack.\u003c/br\u003eRepository also has local and remote data source, if you go offline app will switch on saved cache to work independently.\n\u003c/p\u003e\n\u003c/br\u003e\n\n![image](https://user-images.githubusercontent.com/52178347/161929672-890dedca-086a-49a4-8fa2-53ef8932a855.png)\n\n## Download\nGo to the [Releases](https://github.com/t8rin/PapriCoin/releases) to download the latest APK.\n\n\n## Tech stack \u0026 Open-source libraries\n- Minimum SDK level 21\n\n- [Kotlin](https://kotlinlang.org/) based \n\n- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work\n\n- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state.\n\n- [Accompanist](https://github.com/google/accompanist) to expand jetpack compose opportunities.\n\n- [Hilt](https://dagger.dev/hilt/) for dependency injection.\n\n- [Retrofit2 \u0026 OkHttp3](https://github.com/square/retrofit) - Construct the REST API using abstractions.\n\n- [Moshi](https://github.com/square/moshi/) - A modern JSON library to serialization/deserialization.\n\n- [Coil](https://github.com/coil-kt/coil) - loading images.\n\n- Jetpack\n  - Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.\n  - ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.\n  - Compose - Modern Declarative UI style framework based on composable functions.\n  - Room Persistance - Construct Database using abstract layer.\n  \n- Architecture\n  - Clean Architecture (UI - ViewModel - Use Cases - Repository)\n  - Repository Pattern\n  - MVVM\n  \n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/t8rin/papricoin/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/t8rin)__ me for my next creations! 🤩\n\n\n# License\n```xml\nDesigned and developed by 2022 T8RIN\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT8RIN%2FPapriCoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FT8RIN%2FPapriCoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT8RIN%2FPapriCoin/lists"}