You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a local database for recording user actions in offline mode. We will use Room Database for that, we should also do this code architecture in the scope of MVVM. Therefore, we will create an Entity, DAO (Data Access Object), Repository and ViewModel for all tables we will have.
Sub-issues for that are:
I finished Need Table
You can follow my guide: a local database, a Need table, a repository example, a ViewModel example and a dependency Injection example were implemented under this branch. I also added required gradle dependencies
I finished Need Table You can follow my guide: a local database, a Need table, a repository example, a ViewModel example and a dependency Injection example were implemented under this branch. I also added required gradle dependencies
I finished ActionTable according to the Egecan's guide. Now I switched to EventTable.
We should create a local database for recording user actions in offline mode. We will use Room Database for that, we should also do this code architecture in the scope of MVVM. Therefore, we will create an Entity, DAO (Data Access Object), Repository and ViewModel for all tables we will have.
Sub-issues for that are:
The text was updated successfully, but these errors were encountered: