Implement a new FeedFragment.
Should be implemented..
- make entity models related to the GitHub API's feed model.
- get feed list via RESTful request using Retrofit.
- show the feed list on the
RecyclerView (ViewHolder, RecyclerVew.Adapter).
How to implement?
- Design the
FeedService interface based on the GitHub API.
- Define the FeedService on the NetworkModule.
- Make
FeedFragmentPresenter and getting the feed lists via RESTful request.
- Shows the model items on the FeedFragment's RecyclerView. This library makes easy to implement adapter & viewholder. 😻
- Maybe.. Pagination.
Implement a new
FeedFragment.Should be implemented..
RecyclerView(ViewHolder, RecyclerVew.Adapter).How to implement?
FeedServiceinterface based on the GitHub API.FeedFragmentPresenterand getting the feed lists via RESTful request.