Skip to content

gitproject09/KotlinRoomCompose

Repository files navigation

KotlinRoomCompose

It's an app built with [Kotlin][1] that shows how to perform CRUD operations in the Room database using Kotlin Flow in clean architecture using [Android Architecture Components][3] and the MVVM Architecture Pattern. For the UI it uses Jetpack Compose, Android's modern toolkit for building native UI.

alt text

Below you can find the docs for each technology that is used in this app:

Android Architecture Components:

  • [ViewModel][5]
  • [Navigation][12]

Dependency Injection:

  • [Hilt for Android][6]

Asynchronous Programming:

  • [Kotlin Coroutines][7]
  • [Asynchronous Flow][8]

Other Android Components:

  • [Jetpack Compose][9]
  • [Room][13]

About

Kotlin Room Database Using Jetpack Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages