https://github.com/younes-charfaoui/test
https://github.com/younes-charfaoui/test
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younes-charfaoui/test
- Owner: Younes-Charfaoui
- License: apache-2.0
- Created: 2024-01-25T13:25:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T13:25:13.000Z (over 1 year ago)
- Last Synced: 2025-03-26T14:30:37.286Z (7 months ago)
- Language: Kotlin
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skeleton-android
## Template skeleton for quick bootstrap of an Android appThis is a project template to quickly bootstrap an Android app with the following characteristics:
- JDK17 toolchain
- 100% Kotlin (no 'java' dirs)
- 100% Jetpack Compose (no fragments)
- LeakCanary
- Gradle convention plugins
- Gradle version catalog
- Gradle typesafe project accessors
- Mend Renovate configuration
- Github action to run checks on every push/PR
- Dagger + Hilt
- Single activity with
- Splashscreen
- Edge to edge layout
- Compose Material 3 Theme with palette generated from http://m3.material.io
- androidx NavHost for navigation
- Sample e2e test
- One empty feature module with
- Compose UI
- Sample unit and integration tests