/activity-lifecycle-visualizer

Visualize Android activity's lifecycle states

Primary LanguageKotlin

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.
  • 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.
  • Flower - Flower simplifies networking and database caching on Android/Multiplatform.

To use this template, simply click on the Use this template button at the top (or fork the repository) and start building your app on top of it. Make sure to update the package name and other app-specific details before building and deploying your app.