This repository is not active
PriyabrataNaskar/RoomWords
It's a simple room database app that uses SQLite to store words in the database. In this app I havve used Android Architecture Components. Room handles all the threading & provides data to the Repository Class. Then Repository class sends livedata to the ViewModel class. ViewModel is responsible to provide data to the UI. So backend is completely separated from the UI. LiveData handles all the configuration changes of the app & makes it more reliable & persistance
Java