Skip to content

Commit 48d5a1c

Browse files
Update README.md
1 parent c77c7bb commit 48d5a1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ Know more:
4545

4646
### Pagination using Paging Library
4747

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
5150
[Pagination using Paging Library with RxJava and Dagger](https://medium.com/@kumarashwini/pagination-using-paging-library-with-rxjava-and-dagger-d9d05dbd8eac)
5251

5352
### Room Persistence Library

0 commit comments

Comments
 (0)