This Android app template provides a foundation for quickly starting development. It includes pre-configured dependencies, code samples, and project structure, simplifying the creation and setup of new applications. The template helps reduce configuration time and allows developers to focus on implementing functionality, ensuring a smooth start.
- Included all Kotlin dependencies
- Included all Google Play Services dependencies
- Included all Google Play dependencies
- Included all Google Material dependencies
- Included all Firebase dependencies
- Included all AndroidX dependencies
- Included all popular third-party dependencies
- In the current
readme.md
file, update the project name, badges, description, and screenshot. - In
settings.gradle.kts
, updaterootProject.name
. - Rename the application package.
- In the
build.gradle
file of the core module, update thenamespace
. - In the
build.gradle
file of the app module, update thenamespace
,applicationId
, andarchivesBaseName
. If a release version is needed, add akeystore.properties
file in theconfig
directory. - In
strings.xml
, updateapp_name
.