https://github.com/alejandrorosas/android-app-template
Template to use as a base for writing Android applications using the latest Android framework features.
https://github.com/alejandrorosas/android-app-template
android android-material compose dagger dependabot espresso github-actions gradle hilt jetpack jetpack-compose jetpack-navigation kotlin kotlin-android ksp material-design material3 multi-module-project
Last synced: about 1 month ago
JSON representation
Template to use as a base for writing Android applications using the latest Android framework features.
- Host: GitHub
- URL: https://github.com/alejandrorosas/android-app-template
- Owner: alejandrorosas
- License: apache-2.0
- Created: 2019-09-28T10:24:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T08:24:53.000Z (about 2 months ago)
- Last Synced: 2026-01-12T18:07:27.645Z (about 2 months ago)
- Topics: android, android-material, compose, dagger, dependabot, espresso, github-actions, gradle, hilt, jetpack, jetpack-compose, jetpack-navigation, kotlin, kotlin-android, ksp, material-design, material3, multi-module-project
- Language: Kotlin
- Homepage:
- Size: 1.01 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android App Template
[](https://github.com/alejandrorosas/android-app-template/actions/workflows/android-ci.yml)
This is a template to use as a base for writing Android applications using the latest framework features.
## Features
- Multi module project setup
- Easy to use multi module Navigation based on [Jetpack Navigation](https://developer.android.com/guide/navigation).
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [Compose Screenshot Testing](https://developer.android.com/studio/preview/compose-screenshot-testing)
- [Dagger Hilt](https://dagger.dev/hilt/)
- [Kotlin Symbol Processing (KSP)](https://kotlinlang.org/docs/ksp-overview.html)
- UI testing with Espresso
- [Gradle version catalogs](https://docs.gradle.org/current/userguide/platforms.html)
- [Gradle convention plugins](https://docs.gradle.org/current/samples/sample_convention_plugins.html)
- [Dependabot](https://dependabot.com/) to keep libraries always up to date
- [Github Actions](https://github.com/features/actions)
## Future Work
- Unit testing
## License
```
Copyright 2021 Alejandro Rosas
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```