Skip to content

howettl/android-MVVM-template-2024

Repository files navigation

android-MVVM-template-2024

Android basic MVVM architecture template with dependencies, updated for 2024. It should serve as a good starting point for a project built from scratch.

This project integrates the following tools:

  • Kotlin coroutines (threading)
  • Jetpack compose (UI)
  • Hilt (DI)
  • Room (local database)
  • Compose navigation (UI nav)
  • Retrofit (networking)
  • Moshi (GSON serialization)
  • Timber (logging)
  • mockk (unit test mocking)

About

Android basic MVVM architecture template with dependencies, updated for 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages