You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: