{"id":37230991,"url":"https://github.com/deepfine/mob_android_template_compose","last_synced_at":"2026-01-15T03:41:12.069Z","repository":{"id":207126756,"uuid":"715943859","full_name":"deepfine/mob_android_template_compose","owner":"deepfine","description":"Android template with MVI","archived":false,"fork":false,"pushed_at":"2026-01-12T03:35:19.000Z","size":27591,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-01-12T04:34:28.153Z","etag":null,"topics":["android","compose","kotlin","mvi"],"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/deepfine.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-08T06:34:49.000Z","updated_at":"2026-01-12T03:34:44.000Z","dependencies_parsed_at":"2024-02-23T11:28:14.823Z","dependency_job_id":"604ced25-477a-490b-9222-da819502bce0","html_url":"https://github.com/deepfine/mob_android_template_compose","commit_stats":null,"previous_names":["deepfine/mob_android_template","deepfine/mob_android_template_compose"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/deepfine/mob_android_template_compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepfine","download_url":"https://codeload.github.com/deepfine/mob_android_template_compose/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"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","compose","kotlin","mvi"],"created_at":"2026-01-15T03:41:11.526Z","updated_at":"2026-01-15T03:41:12.061Z","avatar_url":"https://github.com/deepfine.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Template Compose \u003cbr\u003e \u003ca href=\"https://github.com/deepfine/mob_android_template_compose/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/deepfine/mob_android_template_compose/actions/workflows/build.yml/badge.svg\"/\u003e\u003c/a\u003e\u003cbr\u003e\n\n## 🚀 Overview\nScalable and maintainable Android application template built with: \n- **Kotlin** \n- **Jetpack Compose**\n- **MVI (Model-View-Intent) architecture**\n- **Multi-module structure**\n\n\u003cbr\u003e\n\n\n## 🚀 Quick Start\n### Create a new repository\n\u003cimg width=\"981\" height=\"245\" alt=\"create_a_new_repository\" src=\"https://github.com/user-attachments/assets/5081fd52-0d31-468d-ac09-321b18456606\" /\u003e\n\n### Configure .github/ISSUE_TEMPLATE/[issue-template.yml](https://github.com/deepfine/mob_android_template_compose/blob/develop/.github/ISSUE_TEMPLATE/issue-template.yml) with Jira's Epic ID\n\u003cimg width=\"2269\" height=\"216\" alt=\"jira-epic-id\" src=\"https://github.com/user-attachments/assets/590ebb2a-3c2d-4c96-a251-fccdfbdd2183\" /\u003e\n\n\n```yml\nbody:\n  - type: input\n    id: parentKey\n    attributes:\n      label: '🎟️ 상위 작업 (Epic ID)'\n      description: '상위 작업의 Epic ID를 기입해주세요.'\n      value: 'DF-7' // TODO : Jira Epic ID\n    validations:\n      required: true\n```\n\n### Add ruleset to your repository\n[ruleset-develop.json](https://github.com/user-attachments/files/24629673/ruleset-develop.json)\n\n\u003cimg width=\"947\" height=\"285\" alt=\"import_ruleset\" src=\"https://github.com/user-attachments/assets/9a63d85b-7556-4c8a-80d5-a8f7e0424ad4\" /\u003e\n\n\n\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## 🗂 Project structure\n```\n/\n├── app/                 # Appplication module \n├── data-api/            # Data layer interfaces\n├── data-impl/           # Data layer implementations\n├── navigator/           # Navigation abstraction\n├── presentation/        # Components shared in presentation layers\n│     └── sub-modules/   # UI, ViewModels, MVI contracts\n├── build-logic/         # Custom Gradle plugins \u0026 convention logic\n├── buildconfig-stub/    # BuildConfig template module\n├── gradle/              # Gradle wrapper \u0026 version catalogs\n└── scripts/             # Utility scripts\n```\n\n\u003cbr\u003e\n\n## ⚙️ Requirements\n- **Android Studio Narwhal or newer**\n- **JDK 17**\n\n\u003cbr\u003e\n\n## 📐 Conventions\n### Repository Name\n`mob_${Project Name}_android_${device}`\u003c/br\u003e\n✅ mob_dao_android / mob_dao_android_glass\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfine%2Fmob_android_template_compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepfine%2Fmob_android_template_compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfine%2Fmob_android_template_compose/lists"}