-
Notifications
You must be signed in to change notification settings - Fork 170
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
implement the Paging library #13
Comments
It sounds exciting. Paging the news was previously missing in Newsapi v1 but with v2 they have added support for going through several articles so we can implement it. |
I have actually finished this without database support I think. Will push it soon. |
@AkshayChordiya Hey, any update on this? |
No update on this. I had started with it but then couldn't finish it due to reasons but now I think it's better to wait since the Android Team is working on a major overhaul of paging library with Kotlin coroutines and Flow support 🎉 |
Yeah that's great |
Paging 3.0 Alpha 1 has Flow Support. https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/paging/common/api/3.0.0-alpha01.txt |
That's great. Let's wait till it's out |
Thanks everyone! I'll give it a shot soon 🙏 |
hi
what about implementing the Paging library: https://developer.android.com/topic/libraries/architecture/paging/
The text was updated successfully, but these errors were encountered: