moko-paging
moko-paging copied to clipboard
Pagination logic in common code for mobile (android & ios) Kotlin Multiplatform development
When any error occurs refreshListener correctly performs the specified action, but at nextPageListener application hangs, error is not handled in any way, if after that try to do PullToRefresh it...
Hi. In my case, I need to have access to the property private val mEndOfList. Is it possible to make it a public property?
Hi! Could you add a sample with use of Jetpack Compose on Android side?
Here some research with states without boolean livedatas: ```kotlin sealed class NewsItem { data class Short( override val id: Int, override val title: String ) : NewsItem() data class Detailed(...