Skip to content
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

Update to Android Paging 3 Library with First-Class Coroutine Support #32

Open
vrickey123 opened this issue Jul 12, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@vrickey123
Copy link
Owner

vrickey123 commented Jul 12, 2020

The WaniKani API uses Paged Responses for API calls that contain over 1000 items. When this app was started, I wrote a custom LiveData and Coroutine implementation using the Android Paging 2 library. However, as part of Android 11, there will be an AndroidX Paging 3 library that is rewritten from the ground up using Kotlin Coroutines. We should update our implementation for official support. Android 11 Paging 3 YouTube Video

@vrickey123 vrickey123 added the enhancement New feature or request label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant