moko-paging icon indicating copy to clipboard operation
moko-paging copied to clipboard

Pagination logic in common code for mobile (android & ios) Kotlin Multiplatform development

Results 7 moko-paging issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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(...

enhancement