KotlinRoomDatabase kotlin example uses: 1-Room data base to save list of user names 2-LiveData to show list of saved users in listview 3-Coroutine to add,update,delete list of users #kotlin #room #database #livedata #coroutine