{"id":21373283,"url":"https://github.com/frogobox/kick-start-android","last_synced_at":"2025-07-13T07:33:01.077Z","repository":{"id":107342336,"uuid":"228884023","full_name":"frogobox/kick-start-android","owner":"frogobox","description":"Android Kick Start Project Template Framework FrogoBox || Admob, MVVM Archictecture || Handle Dark Mode || Clean Architecture","archived":false,"fork":false,"pushed_at":"2023-12-10T10:35:35.000Z","size":5078,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T02:36:23.514Z","etag":null,"topics":["admob","android-architecture-components","clean-architecture","clean-code","kick-start","kotlin-android","mvvm-android","mvvm-architecture","mvvm-framework","mvvm-sample"],"latest_commit_sha":null,"homepage":"https://frogobox.github.io/kick-start-android/","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/frogobox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://saweria.co/amirisback"}},"created_at":"2019-12-18T16:53:10.000Z","updated_at":"2024-03-07T03:31:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aa99cae-45a4-4b54-acdd-0552ba0cd316","html_url":"https://github.com/frogobox/kick-start-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Fkick-start-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Fkick-start-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Fkick-start-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frogobox%2Fkick-start-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frogobox","download_url":"https://codeload.github.com/frogobox/kick-start-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225866777,"owners_count":17536680,"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":["admob","android-architecture-components","clean-architecture","clean-code","kick-start","kotlin-android","mvvm-android","mvvm-architecture","mvvm-framework","mvvm-sample"],"created_at":"2024-11-22T08:27:07.444Z","updated_at":"2024-11-22T08:27:08.125Z","avatar_url":"https://github.com/frogobox.png","language":"Kotlin","funding_links":["https://saweria.co/amirisback"],"categories":[],"sub_categories":[],"readme":"![ScreenShoot Apps](docs/image/ss_banner.png?raw=true)\n\n## About This Project\n[![Android-CI](https://github.com/frogobox/frogo-kick-start-android/actions/workflows/android-ci.yml/badge.svg)](https://github.com/frogobox/frogo-kick-start-android/actions/workflows/android-ci.yml)\n- Privacy Policy [Click Here](https://github.com/frogobox/frogo-kick-start-android/blob/master/PRIVACY-POLICY.md)\n- License [Click Here](https://github.com/frogobox/frogo-kick-start-android/blob/master/LICENSE)\n- Template Reuse Code For Monetizing Apps\n- Template Code Monetize FrogoBox For Android Kick Start Project\n\n## Version Release\nThis Is Latest Release (Still Being Developed)\n\n    $version_release = 1.0.0\n\n\n## Screenshoot Apps\n|                             UI 1                             |                             UI 2                             |                             UI 3                             |\n|:------------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------------:|\n| \u003cimg width=\"200px\" height=\"360px\" src=\"docs/image/ss_1.png\"\u003e | \u003cimg width=\"200px\" height=\"360px\" src=\"docs/image/ss_2.png\"\u003e | \u003cimg width=\"200px\" height=\"360px\" src=\"docs/image/ss_3.png\"\u003e |\n\n## Architecture\n-   Pattern  [Model-View-ViewModel](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel)  (MVVM) facilitating a [separation](https://en.wikipedia.org/wiki/Separation_of_concerns) of development of the graphical user interface.\n-   [S.O.L.I.D](https://en.wikipedia.org/wiki/SOLID)  design principles intended to make software designs more understandable, flexible and maintainable.\n\n## Tech-stack\nMin API level is set to 21, so the presented approach is suitable for over 94% of devices running Android. This project takes advantage of many popular libraries and tools of the Android ecosystem. Most of the libraries are in the stable version unless there is a good reason to use non-stable dependency.\n-   [Jetpack](https://developer.android.com/jetpack):\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    -   [View Binding](https://developer.android.com/topic/libraries/view-binding)  - allows you to more easily write code that interacts with views/\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    -   [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)  - lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services.\n    -   [Navigation](https://developer.android.com/guide/navigation/)  - helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.\n    -   [Room](https://developer.android.com/topic/libraries/architecture/room)  - persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.\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-   [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)  - managing background threads with simplified code and reducing needs for callbacks.\n-   [Coroutines Flow](https://kotlinlang.org/docs/reference/coroutines-overview.html)  - cold asynchronous data stream that sequentially emits values and completes normally or with an exception\n-   [Dagger2](https://dagger.dev/)  - dependency injector for replacement all Factory classes.\n-   [Retrofit](https://square.github.io/retrofit/)  - type-safe HTTP client.\n-   [Glide](https://github.com/bumptech/glide)  - image loading and caching library\n\n## Colaborator\nVery open to anyone, I'll write your name under this, please contribute by sending an email to me\n\n- Mail To faisalamircs@gmail.com\n- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]\n- Example : Github_amirisback_kotlin_admob-helper-implementation\n\nName Of Contribute\n- Muhammad Faisal Amir\n- Waiting List\n- Waiting List\n\nWaiting for your contribute\n\n## Attention !!!\nPlease enjoy and don't forget fork and give a star\n- Don't Forget Follow My Github Account\n\n![ScreenShoot Apps](docs/image/mad_score.png?raw=true)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogobox%2Fkick-start-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrogobox%2Fkick-start-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrogobox%2Fkick-start-android/lists"}