The Project Architecture
This Project is created to get a basic idea about the RoomDb which is newly added feature in Android Jetpack components. This uses Kotlin, Coroutines, LiveData, ViewModel, RoomDb with MVVM architecture.
This app as basic functionality as a notes app, where user can add a note/string and it will be reflected in a list, also user can delete the item by clicking on corresponding note list item del button.