{"id":16558867,"url":"https://github.com/drjacky/mvimodularizationtemplate","last_synced_at":"2025-03-23T13:32:47.449Z","repository":{"id":104059492,"uuid":"478531276","full_name":"Drjacky/MVIModularizationTemplate","owner":"Drjacky","description":"An Android Template with MVI and Modularization","archived":false,"fork":false,"pushed_at":"2025-03-15T17:17:49.000Z","size":63913,"stargazers_count":14,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T18:24:25.801Z","etag":null,"topics":["android","android-template","coroutine","coroutines","coroutines-android","flow","gradle","graphql","hilt","kotlin","kotlin-dsl","modularization","mvi","navigation-component","pagination-component","rick-and-morty","rick-and-morty-api","rickandmorty","rickandmortyapi","template-project"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Drjacky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"Drjacky"}},"created_at":"2022-04-06T11:33:44.000Z","updated_at":"2025-03-15T17:17:53.000Z","dependencies_parsed_at":"2024-10-28T16:17:35.701Z","dependency_job_id":"32c4dd4f-9772-4de3-a6be-55e470f66674","html_url":"https://github.com/Drjacky/MVIModularizationTemplate","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/Drjacky%2FMVIModularizationTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drjacky%2FMVIModularizationTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drjacky%2FMVIModularizationTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drjacky%2FMVIModularizationTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drjacky","download_url":"https://codeload.github.com/Drjacky/MVIModularizationTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245108331,"owners_count":20562025,"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":["android","android-template","coroutine","coroutines","coroutines-android","flow","gradle","graphql","hilt","kotlin","kotlin-dsl","modularization","mvi","navigation-component","pagination-component","rick-and-morty","rick-and-morty-api","rickandmorty","rickandmortyapi","template-project"],"created_at":"2024-10-11T20:23:57.591Z","updated_at":"2025-03-23T13:32:42.425Z","avatar_url":"https://github.com/Drjacky.png","language":"Kotlin","readme":"# MVIModularizationTemplate 🧞‍\n\n![Language](https://img.shields.io/badge/Kotlin-1.7.21-blue) ![License](https://img.shields.io/github/license/Drjacky/MVIModularizationTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Build Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVIModularizationTemplate\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVIModularizationTemplate)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate?ref=badge_shield) [![CodeScene Code Health](https://codescene.io/projects/29432/status-badges/code-health)](https://codescene.io/projects/29432)\n\u003c!-- [![Known Vulnerabilities](https://snyk.io/test/github/Drjacky/MVIModularizationTemplate/badge.svg)](https://snyk.io/test/github/Drjacky/MVIModularizationTemplate) Snyk doesn't support kotlin dsl --\u003e\n\n##\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Drjacky/MVIModularizationTemplate/master/gif/logo.png\" /\u003e\n\u003c/p\u003e\n\nA simple Android template that lets you create an **Android** project quickly.\n\n## How to use 👣\n\nJust click\non [![Use this template](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/Drjacky/MVIModularizationTemplate/generate)\nbutton to create a new repo starting from this template.\n\n## Features 🕹\n\n- 100% Kotlin-only template\n- Following MVI Architectural Design Pattern\n- Template Project\n- [GraphQL](https://graphql.org/) - Gives clients the power to ask for exactly what they need from\n  API\n- [Coroutines](https://developer.android.com/kotlin/coroutines) - A concurrency design pattern\n  library\n- [Flow](https://developer.android.com/kotlin/flow) - Built on top of coroutines and is stream of\n  data that can be computed asynchronously\n- Github Actions - CI\n- [Hilt](https://dagger.dev/hilt/) - Dependency Injection framework\n- [Transition](https://developer.android.com/guide/navigation/navigation-animate-transitions) -\n  Animation\n- [Paging V3](https://developer.android.com/topic/libraries/architecture/paging/v3-overview) -\n  Pagination\n- [View Binding](https://developer.android.com/topic/libraries/view-binding) - View Binding\n- [OkHttp3](https://github.com/square/okhttp) - Network interceptor\n- [Retrofit](https://github.com/square/retrofit) - HTTP client\n- [Glide](https://github.com/bumptech/glide) - Loading images\n- [Timber](https://github.com/JakeWharton/timber) - Log\n- [Material Components](https://github.com/material-components/material-components-android) -\n  Material Design\n- [Lottie](https://airbnb.design/lottie/) - Vector animation library\n- [Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html) - Alternative syntax to\n  the Groovy DSL\n- [Detekt](https://github.com/detekt/detekt) - Static code analysis for Kotlin\n- [Gradle Doctor](https://github.com/runningcode/gradle-doctor) - Gradle build scan plugin\n- [Navigation](https://developer.android.com/guide/navigation) - Navigate through the app\n- [LeakCanary](https://square.github.io/leakcanary/) - Memory leak detection\n- [Chucker](https://github.com/ChuckerTeam/chucker) - An HTTP inspector for Android \u0026 OkHTTP\n- [StrictMode](https://developer.android.com/reference/android/os/StrictMode) - A developer tool\n  which detects things you might be doing by accident\n- [Dependency Analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)-\n  Dependency analysis android gradle plugin\n- [Sonatype Scan Gradle Plugin](https://github.com/sonatype-nexus-community/scan-gradle-plugin)-Gradle\n  plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and\n  Nexus IQ Server.\n\n## Under Development 🚧\n\n- ~~Add detail screen~~\n\n## CI 🏭\n\nThis template is\nusing [GitHub Actions](https://github.com/Drjacky/MVIModularizationTemplate/actions) as CI.\n\nAvailable workflows listed as follows:\n\n- [Validate Gradle Wrapper](.github/workflows/gradlew-validation.yml) - Checks the gradle wrapper\n  has a valid checksum.\n- [Pre Merge Checks](.github/workflows/pre-merge.yml) - Runs `build` task.\n- [Android](.github/workflows/android.yml) - Runs `assembleDebug` task.\n\n## Tasks 🔧\n\n- Gradle Doctor: `dependencyUpdates` - Displays the dependency updates for the project.\n- Detekt: `detektAll` - Run the static Kotlin code analysis for the whole project at once.\n- The Dependency Analysis: `buildHealth` - Provides advice for managing dependencies and other\n  applied plugins\n- Sonatype Scan Gradle Plugin - AKA Sherlock Trunks: `ossIndexAudit` - Scans the dependencies of a\n  Gradle project using Sonatype platforms; OSS Index and Nexus IQ Server.\n\n## References 🧷\n\n- [The Rick and Morty API](https://rickandmortyapi.com/)\n\n## Contributing 🤝\n\nFeel free to open an issue or submit a pull request for any bugs/improvements.\n\n## Result 📺\n\n\u003cimg src=\"https://raw.githubusercontent.com/Drjacky/MVIModularizationTemplate/master/gif/demo.gif\" width=\"350px\" height=\"700px\" /\u003e\n\n## License ⚖️\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate?ref=badge_large)","funding_links":["https://github.com/sponsors/Drjacky"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjacky%2Fmvimodularizationtemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrjacky%2Fmvimodularizationtemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjacky%2Fmvimodularizationtemplate/lists"}