Skip to content

A Jetpack Compose Starter Project to streamline development with best practices, & modularization. Build faster, code smarter!

License

Notifications You must be signed in to change notification settings

lazyexe/Jetpack-Compose-Starter-Template

Repository files navigation

Jetpack Compose Starter Template

A starter template for Android development using Jetpack Compose, following best practices and modularization.

Preview

Screen_recording_20250415_123453.mp4

Highlights

  • 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 Structure

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

Prerequisites

  • Android Studio Meerkat or newer
  • JDK 21+
  • Gradle 8.9

Use This Template

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.

image

Available Technologies in the Template

  • Hilt (Dependency Injection)
  • Type Safe Jetpack Navigation
  • Coroutine & Flow
  • Retrofit & Gson
  • DataStore

Contribution

Contributions are welcome! Feel free to fork the repository and submit a pull request.

⭐ Support

If you find this project helpful, please consider giving it a star ⭐ on GitHub. Your support is greatly appreciated!

About

A Jetpack Compose Starter Project to streamline development with best practices, & modularization. Build faster, code smarter!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages