Paging3-Android-Tutorial
Paging3-Android-Tutorial copied to clipboard
Paging isn't work
I tried to run your code. But the paging doesn't work. It just loads the initial page data.
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 )