Closed AucT closed 4 years ago
@ChrisCraik Please provide example with progress loading view and catching errors (missing internet connection). How bind and unbind pagination?
I am facing same problem. any solution?
same here, using the PositionalDataSource since TiledDataSource is deprecated
Paging3 has added an API on PagingDataAdapter
to .retry()
errors.
Paging3 has added an API on
PagingDataAdapter
to.retry()
errors.
Hello, I tried the .retry ()
API, but it doesn't work. i am using rxPagingSource
Hello, I tried the
.retry ()
API, but it doesn't work. i am using rxPagingSource
Thanks for letting us know - if you're able to provide a repro and file a bug to our issue tracker, it would help a lot as well!
https://issuetracker.google.com/issues/new?component=413106&template=1096385
Also preemptively, make sure you notify presentation side of a recoverable error by catching the exception in PagingSource
and returning LoadResult.Error
.
Hi! How to make paging library's TiledDataSource loadRange work again after off/on internet connection?
p.s. please, if you have time, make some example on paging through network datasource (in java plz).