/Room-Database

A basic Room database implementation for Android applications (Kotlin)

Primary LanguageKotlin

Room-Database

It is a basic Room database implementation for Android applications. This project exemplifies the processes of adding, updating and deleting employees to the database. The project performs data operations using Kotlin Coroutines + Flow.