python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can't understand code of getRefreshKey in Android paging3 codelab
// GitHub page API is 1 based: https://developer.github.com/v3/#pagination
private const val GITHUB_STARTING_PAGE_INDEX = 1
class GithubPagingSource(
private val service: GithubService,
...
Isaac
Votes: 0
Answers: 1
Paging 3.0 handle Api and Network error using clean architecture
I am following uncle bob clean architecture to some extent and for that I have to implement UseCase Interactor and Repository pattern for Implementing Paging 3.0.
I haven't find any example that ha...

Zar E Ahmer
Votes: 0
Answers: 0
Map Flow of PagingData to another model
I have created a gallery app for learning. Images are fetched from different source like Pixabay, Unsplash, Imgur etc. I want to map each paging result to my own data called PhotoBO
I am using Clean ...
Taimoor Khan
Votes: 0
Answers: 1
Сombine 3 LiveData into one with Paging 3
How can I combine 3 LiveData into one, I have a snippet in my project where I need to display the result of 3 different requests, into one RecyclerView,
I read about it, and found out that it is possi...
Radin
Votes: 0
Answers: 0