-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Support for Android Paging 3 #913
Comments
FYI, Paging 3 stable has been released this week ! 🙃 https://developer.android.com/jetpack/androidx/releases/paging#3.0.0 |
@mikepenz is there any honest chance we're getting this, or is that Forgive me for insisting, but I have high hopes paging 3 will solve that nasty "out of bounds" issue I've been having with paging 2 https://issuetracker.google.com/issues/135628748#comment10 https://stackoverflow.com/questions/62860503/android-paging-library-index-out-of-bound-exception (plus not supporting Paging 3 will probably be the slow death of |
@RobbWatershed yes you are right, the As you note As a result to those things, the library is now mainly in support mode to ensure existing apps won't have issues with it. Still happy though to take PRs to improve things, like paging as you noted. |
@mikepenz thanks for the information ! I might give it a try myself, actually. Before I start, from an architectural point of view, what would be the best way to do that in your opinion ?
|
@RobbWatershed I believe as paging 2 is kinda deprecated (and the dependency would still exist in older FastAdapter versions) the best approach will be to upgrade the People who still needs paging 2 can still get current FA versions which are stable |
Hi @mikepenz, @RobbWatershed |
@vladdovgal it would be a great addition, however, time is currently very limited. It won't be anything I can work on. Looking for contributors who may would want to contribute this expansion. |
Good news is I've gotten way better at Kotlin since the moment I posted this issue Not-so-good news is I have the same problem as Mike, i.e. available time + I don't know the inner workings / design of FastAdapter as well as the core team => Don't actively count on me, even if the chances of me contributing are still > 0 😉 |
https://developer.android.com/topic/libraries/architecture/paging/v3-overview
Not really an urgency as it is still in alpha phase, but definitely something to plan for the middle term imho.
The text was updated successfully, but these errors were encountered: