/RoomWordsSample

Words storing sample app using Kotlin, Room, LiveData, ViewModel

Primary LanguageKotlin

Android-RoomWordsSample

Words listing sample app built in Kotlin using Room, LiveData, ViewModel and Databinding.

It has the functionalities like, insert, update, swipe to delete and deleteAll.

Referred from codelab and added some improvements like, coded in Kotlin and update database.