Android Jetpack

Paging LV3 - 4 (Refresh)

개복치 개발자 2023. 3. 24. 01:44

 

 

 

-- 참조

 

https://rkdxowhd98.tistory.com/177

 

Android in A..Z - Paging3 (PagingSource)

PagingSource PagingSource는 데이터 소스를 얻는 방법을 정의하고 로컬 데이터 베이스에서 얻거나 서버로 부터 데이터를 얻을지 정의할 수 있다. PagingSource에서 Key값은 Page의 Key 유형이고 Value는 얻는

rkdxowhd98.tistory.com

 

https://github.com/rafsanahmad/RecyclerView-Paging-3.0/blob/master/app/src/main/java/com/rafsan/recyclerviewpaging/network/GithubPagingSource.kt

 

GitHub - rafsanahmad/RecyclerView-Paging-3.0: Paging 3 library demonstration using github search.

Paging 3 library demonstration using github search. - GitHub - rafsanahmad/RecyclerView-Paging-3.0: Paging 3 library demonstration using github search.

github.com

 

'Android Jetpack' 카테고리의 다른 글

Paging3 초기화  (0) 2023.04.02
Paging LV3 - 3 (Prev)  (0) 2023.03.21
Paging LV3 - 2 (Loading)  (0) 2023.03.20
Paging LV3 - 1 (Simple Ex)  (0) 2023.03.18
Paging LV2 - 2 (Network Simple Ex)  (0) 2023.03.08