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

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.

Awesome Lists containing this project

README

          

# Android App Template

[![](https://github.com/alejandrorosas/android-app-template/actions/workflows/android-ci.yml/badge.svg)](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.
```