-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Use floor package
- Store all API response in local DB (Inside remote data source, we have to call
local data sourceto store the data) - When controller call to repository for data, repository will check it first at local data source. If available simply return it and then call to remote data source. When remote data source get response from server, it should update local data source.
- In offline mode user can see the previous stored data
- Make a favorite icon in repository list item. This favorite data will store in local db.
- All favorite repositories will be shown in
Favoritepage (middle of the bottom tab)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request