Paging3-Android-Tutorial
Paging3-Android-Tutorial copied to clipboard
An example project to demonstrate how to use the Paging-3 in Android.
How to add, update and remove item to PagingDataAdapter or how is it possible to implement this when working with pagination?
paging not working because not object not fund in server
How should we act if our api call needs queries other than page index? In my case my api call func is like this: ``` @GET("api/GetSimilarProducts/{category_id}/{product_id}/{page}") fun getSimilarProducts(@Path("category_id") category_id: String,...
I tried to run your code. But the paging doesn't work. It just loads the initial page data.