A starter template for Android development using Jetpack Compose, following best practices and modularization.
Screen_recording_20250415_123453.mp4
- Jetpack Compose UI - Fully built using Jetpack Compose for a modern UI experience.
- Modularization - Separation of concerns with a structured module-based architecture.
- Best Practices - Implements MVVM, Clean Architecture, and other industry standards.
project-root/
├── app/ # Main application module
├── core/common/ # Common utilities, components, and helpers
├── core/data/ # Data handling (repository, API, database)
│ ├── api/ # (Recommended) Separate module if you have multiple services
├── core/navigation/ # Navigation handling module
├── feature/home/ # Home feature module
├── feature/info/ # Info feature module
├── build-logic/ # Gradle convention plugins
- Android Studio Meerkat or newer
- JDK 21+
- Gradle 8.9
This repository is set up as a template! 🚀 Click the "Use this template" button on GitHub to create your own repository based on this starter template.
- Hilt (Dependency Injection)
- Type Safe Jetpack Navigation
- Coroutine & Flow
- Retrofit & Gson
- DataStore
Contributions are welcome! Feel free to fork the repository and submit a pull request.
If you find this project helpful, please consider giving it a star ⭐ on GitHub. Your support is greatly appreciated!