Paging3-Android-Tutorial icon indicating copy to clipboard operation
Paging3-Android-Tutorial copied to clipboard

Paging isn't work

Open Tarikul711 opened this issue 5 years ago • 1 comments

I tried to run your code. But the paging doesn't work. It just loads the initial page data.

Tarikul711 avatar Sep 07 '20 05:09 Tarikul711

remove : "ad" , because it is not found in url data class ApiResponse( // @Json(name = "ad") // val ad: Ad, @Json(name = "data") val myData: List<Data>, @Json(name = "page") val page: Int, @Json(name = "per_page") val per_page: Int, @Json(name = "total") val total: Int, @Json(name = "total_pages") val total_pages: Int )

M-kadi avatar Mar 05 '21 16:03 M-kadi