Making calls async
Right now fetching rockets are sequential:
Fetch -> Save -> Return
This should be async with help of Room's LiveData
support. Also, flow
should be replaced with liveData
builder in BaseInteractor
.
Moving activity contributors to corresponding modules
AppModule
contributes activities of features. This contribution should be moved to corresponding module.
Replace navigation
Current state has multiple activities. Goal is to introduce single activity approach with deeplink navigation.
Add Paging
Right now repository only fetches 10 responses statically defined. Introduce paging with paging library.
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.