MrCatDog / ChuckJokes

Second project on android. App work with API from www.icndb.com, download jokes, display them in endless RecyclerView, provide access to site in WebView. Used frameworks: Okhttp3.
0 stars 0 forks source link

EdlessScrolling on JokesList #2

Closed MrCatDog closed 4 years ago

MrCatDog commented 4 years ago

RecyclerView must update items while scrolling.

MrCatDog commented 4 years ago

I will rework RecyclerAdapter for this. I should add setter and getter for data and some mechanism for building new elements. Only after that i will add ScrollListener.

MrCatDog commented 4 years ago

I guess i have progress here: RecyclerAdapter now have reciveData method, which call DataReciver, takes new data sets and redraw RecyclerAdapter. I should rewrite dataset update to increase it, not overwrite.

MrCatDog commented 4 years ago

Endless scrolling is on work. I will add another issue for updating RecyclerView.