{"id":13611250,"url":"https://github.com/rainbowcake/rainbowcake","last_synced_at":"2025-12-30T00:05:20.364Z","repository":{"id":46716411,"uuid":"185018634","full_name":"rainbowcake/rainbowcake","owner":"rainbowcake","description":"A modern Android architecture framework built on Jetpack \u0026 Kotlin.","archived":false,"fork":false,"pushed_at":"2023-03-24T23:01:37.000Z","size":849,"stargazers_count":260,"open_issues_count":3,"forks_count":23,"subscribers_count":10,"default_branch":"dev","last_synced_at":"2024-08-01T19:57:02.109Z","etag":null,"topics":["architecture","jetpack","kotlin"],"latest_commit_sha":null,"homepage":"https://rainbowcake.github.io/","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/rainbowcake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-05T10:51:42.000Z","updated_at":"2024-06-27T09:34:29.000Z","dependencies_parsed_at":"2024-08-01T19:45:02.296Z","dependency_job_id":"d752fa10-eb7c-4205-9ff1-a8e596284f57","html_url":"https://github.com/rainbowcake/rainbowcake","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowcake%2Frainbowcake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowcake%2Frainbowcake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowcake%2Frainbowcake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowcake%2Frainbowcake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainbowcake","download_url":"https://codeload.github.com/rainbowcake/rainbowcake/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223558645,"owners_count":17165163,"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":["architecture","jetpack","kotlin"],"created_at":"2024-08-01T19:01:53.325Z","updated_at":"2025-12-30T00:05:20.322Z","avatar_url":"https://github.com/rainbowcake.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# RainbowCake\n\n![Build Status](https://github.com/rainbowcake/rainbowcake/workflows/Build%20and%20test/badge.svg)\n\n\u003cimg src=\"/docs/icon.png\" alt=\"RainbowCake logo\" width=\"200\" height=\"200\" /\u003e\n\n[**RainbowCake**](https://rainbowcake.github.io/) is an Android architecture framework, providing tools and guidance for building modern Android applications. It builds on top of Jetpack, both in terms of code and ideas.\n\nSome of the main goals of this architecture:\n\n- Give guidance on all aspects of the application, covering not just the View architecture,\n- Clearly separate concerns between different layers and components,\n- Always keep views in a safe and consistent state with ViewModels,\n- Handle configuration changes (and even process death) gracefully,\n- Make offloading work to background threads trivial.\n\n\nWhile RainbowCake is heavily opinionated, it also encourages you to deviate from it as needed. Feel free to pick and choose the ideas and library artifacts provided according to your own application’s needs!\n\nFor more information, see the official documentation on [**rainbowcake.dev**](https://rainbowcake.github.io/).\n\n\u003e **Note:** RainbowCake is stable and maintained, but it's a framework from 2019, so browse and use it with that in mind. You'll find a lot of the same ideas in Google's official [Guide to app architecture](https://developer.android.com/jetpack/guide) as well, which is updated more actively.\n\n### Setup\n\nRainbowCake is available from MavenCentral.\n\n```groovy\nrepositories {\n    mavenCentral()\n}\n```\n\nIt ships in several artifacts - feel free to pick and choose from them (for more info, see [Dependencies](https://rainbowcake.github.io/getting-started/dependencies/)):\n\n```groovy\ndependencies {\n    implementation \"co.zsmb:rainbow-cake-core:1.6.0\" // Core library (required)\n    implementation \"co.zsmb:rainbow-cake-dagger:1.6.0\" // Dagger 2 support\n    implementation \"co.zsmb:rainbow-cake-hilt:1.6.0\" // Dagger Hilt support\n    implementation \"co.zsmb:rainbow-cake-koin:1.6.0\" // Koin support\n    implementation \"co.zsmb:rainbow-cake-navigation:1.6.0\" // Navigation features\n    implementation \"co.zsmb:rainbow-cake-timber:1.6.0\" // Internal logging through Timber\n    testImplementation \"co.zsmb:rainbow-cake-test:1.6.0\" // Testing utilities\n}\n```\n\n# License\n\n    Copyright 2021 Marton Braun\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbowcake%2Frainbowcake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainbowcake%2Frainbowcake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbowcake%2Frainbowcake/lists"}