Skip to content

Tgalshemeri/Android-Room-Database-Example

Repository files navigation

Android Room Database Example in Kotlin

First you to need add to your app's build.gradle

apply plugin: 'kotlin-kapt'
    implementation 'androidx.room:room-runtime:2.1.0'
    kapt 'androidx.room:room-compiler:2.1.0'
    

You can support by buying me a coffee Support Me

About

Example of Room Database in Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages