Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature] FeedFragment #13

Open
rurimo opened this issue Oct 13, 2019 · 0 comments
Open

[New Feature] FeedFragment #13

rurimo opened this issue Oct 13, 2019 · 0 comments
Assignees
Labels
new feature Should be implemented a new feature

Comments

@rurimo
Copy link
Member

rurimo commented Oct 13, 2019

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?

  1. Design the FeedService interface based on the GitHub API.
  2. Define the FeedService on the NetworkModule.
  3. Make FeedFragmentPresenter and getting the feed lists via RESTful request.
  4. Shows the model items on the FeedFragment's RecyclerView. This library makes easy to implement adapter & viewholder. 😻
  5. Maybe.. Pagination.
@rurimo rurimo added the new feature Should be implemented a new feature label Oct 13, 2019
@PaleCosmos PaleCosmos self-assigned this Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Should be implemented a new feature
Development

No branches or pull requests

2 participants