-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Paging 3 #26
Comments
daxcurson
added a commit
that referenced
this issue
Feb 9, 2022
Still, something very hard to do!! Especially because I want to do a RemoteMediator. There are no examples of this with Java, all of them are for Kotlin!!
daxcurson
added a commit
that referenced
this issue
Feb 10, 2022
The list of albums is somewhat migrated to Paging 3 but the boundary callback doesn't exist anymore. Also, the network loading state is not configured yet. I'm following the Android codelab... still some steps to go...
daxcurson
added a commit
that referenced
this issue
Feb 11, 2022
I added a load state adapter, that would show a spinning wheel if the recycler is still loading from the network.
daxcurson
added a commit
that referenced
this issue
Feb 11, 2022
Wow, it seems that the RemoteMediator works!!
daxcurson
added a commit
that referenced
this issue
Feb 12, 2022
daxcurson
added a commit
that referenced
this issue
Mar 4, 2022
daxcurson
added a commit
that referenced
this issue
Mar 5, 2022
daxcurson
added a commit
that referenced
this issue
Mar 5, 2022
daxcurson
added a commit
that referenced
this issue
Mar 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Paging version used is 2. It is possible to update to version 3.
The text was updated successfully, but these errors were encountered: