An open API service indexing awesome lists of open source software.

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

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` 改为新项目的包名