{"id":39745157,"url":"https://github.com/deepfine/mob_android_template_xml","last_synced_at":"2026-01-18T11:19:40.374Z","repository":{"id":247156732,"uuid":"824051097","full_name":"deepfine/mob_android_template_xml","owner":"deepfine","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-13T00:06:29.000Z","size":622,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-01-13T04:01:42.846Z","etag":null,"topics":["android","kotlin","mvvm","xml"],"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":"2024-07-04T09:09:34.000Z","updated_at":"2026-01-13T00:06:08.000Z","dependencies_parsed_at":"2026-01-13T02:01:49.386Z","dependency_job_id":null,"html_url":"https://github.com/deepfine/mob_android_template_xml","commit_stats":null,"previous_names":["deepfine/mob_android_template_xml"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/deepfine/mob_android_template_xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepfine","download_url":"https://codeload.github.com/deepfine/mob_android_template_xml/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfine%2Fmob_android_template_xml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","kotlin","mvvm","xml"],"created_at":"2026-01-18T11:19:39.251Z","updated_at":"2026-01-18T11:19:40.367Z","avatar_url":"https://github.com/deepfine.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Template XML \u003cbr\u003e \u003ca href=\"https://github.com/deepfine/mob_android_template_xml/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/deepfine/mob_android_template_xml/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- **MVVM (Model-View-ViewModel) 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_xml/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```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\u003cimg width=\"947\" height=\"285\" alt=\"import_ruleset\" src=\"https://github.com/user-attachments/assets/9a63d85b-7556-4c8a-80d5-a8f7e0424ad4\" /\u003e\n\n### Pull Requests Settings (Settings - General)\n\u003cimg width=\"629\" height=\"711\" alt=\"settings-general-pull-requests\" src=\"https://github.com/user-attachments/assets/d66f1075-17c7-428d-bc8e-acea5a5e5270\" /\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## 🗂 Project structure\n```\n/\n├── app/                 # Application module \n├── data-api/            # Data layer interfaces\n├── data-impl/           # Data layer implementations\n├── presentation/        # Activity, ViewModels, MVVM 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_xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepfine%2Fmob_android_template_xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfine%2Fmob_android_template_xml/lists"}