https://github.com/skaifun/viewapplicationstarter
Android application starter template using view for UI
https://github.com/skaifun/viewapplicationstarter
android android-view starter-template
Last synced: about 2 months ago
JSON representation
Android application starter template using view for UI
- Host: GitHub
- URL: https://github.com/skaifun/viewapplicationstarter
- Owner: skaifun
- Created: 2024-08-24T11:02:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T05:42:29.000Z (about 1 year ago)
- Last Synced: 2025-04-29T22:39:55.569Z (about 1 year ago)
- Topics: android, android-view, starter-template
- Language: Kotlin
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Application Starter (View 版)
这是一个 Android 应用开发的初始模板,UI 基于 View 编写。
## 使用方式
1. 在 GitHub 上点击 Use this template,然后输入新的项目名称和描述
2. 将代码克隆到本地
3. 将 `settings.gradle.kts` 中的 `rootProject.name` 改为新项目的名称
4. 将 `app/build.gradle.kts` 中的 `namespace` 和 `applicationId` 改为新项目的包名
5. 将包名 `org.demo.starter` 改为新项目的包名