A simple Android template that lets you create an Android project quickly.
Just click on button to create a new repo starting from this template.
- 100% Kotlin-only template
- Following Clean Architecture approach
- Following MVVM Architectural Design Pattern
- Pull Request Template
- Using Pagination
- Simplest Adapter Ever (based on this workaround)
- Github Actions - CI
Add CI- Use Kotlin DSL
- Add Espresso, Instrumentation & Unit tests
- Use Animations
This template is using GitHub Actions as CI.
Available workflows listed as follows:
- Validate Gradle Wrapper - Checks the gradle wrapper has a valid checksum.
- Pre Merge Checks - Runs
build
task.
Feel free to open a issue or submit a pull request for any bugs/improvements.