Open ujjwalagrawal17 opened 5 years ago
Just asking, is Room a database like MySQL or a library that supports a database? And can I try this?
Library that supports DB. It deals with Sqlite DB but we don't have to write SQL queries if we are using room.
I would like to work on this. This issue will be broken down into sub-issues
I would like to work on this. This issue will be broken down into sub-issues
- initial database setup
- DAO (Data Access Object)
- Entities
- ViewModels
- Repository
@gconnect Looks good to me
@gconnect I don't think you need ViewModels
at this point, the app is written with MVP. Until it is migrated to MVVM, I suppose we can not add ViewModels
to it.
@jerryOkafor we have migrated the app from MVP to MVVM. Changes in Readme is pending. Please clone the code and check.
Describe the feature you'd like
Use Room or any other library to maintain a local database to add offline support. Other suggestions for databases are welcome.
Would you like to work on the issue?
No