Skip to content

A template repository that provides a quick start for creating new Android apps using Jetpack Compose using MVVM, Hilt, Room, Retrofit,

Notifications You must be signed in to change notification settings

pratikandarpa/Android_Compose_Structure

Repository files navigation

Compose Template

This template repository provides a quick start for creating new Android apps using Jetpack Compose as the UI framework and following the MVVM architecture pattern.

It includes the following popular libraries:

  • Hilt - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
  • Room - Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
  • Retrofit - A type-safe HTTP client for Android and the JVM.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Coil - Image loading for Android backed by Kotlin Coroutines.

About

A template repository that provides a quick start for creating new Android apps using Jetpack Compose using MVVM, Hilt, Room, Retrofit,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages