You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,8 @@ Know more:
45
45
46
46
### Pagination using Paging Library
47
47
48
-
The Shows screen displays the list of shows fetched from TvMaze API using `PagingLibray` of Android Architecture Components.
49
-
It also handles the retry if any network error occurred.
50
-
Know more:
48
+
The Shows screen displays the list of shows fetched from TvMaze API using [Paging3](https://developer.android.com/topic/libraries/architecture/paging/v3-overview) of Android Architecture Components. It also handles the retry if any network error occurred. Recently the repository has been [migrated to use Paging3](https://github.com/reactivedroid/TvFlix/pull/14).
49
+
Paging3 is in heavy development, and if you want to catch up with stable library(Paging 2), then check out this blog
51
50
[Pagination using Paging Library with RxJava and Dagger](https://medium.com/@kumarashwini/pagination-using-paging-library-with-rxjava-and-dagger-d9d05dbd8eac)
0 commit comments