JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.26k stars 1.11k forks source link

Pagination for multiplatform composeApp #4691

Open hafiz013 opened 2 months ago

hafiz013 commented 2 months ago

Is there suitable library can use for pagination composeApp multiplatform that can support ios and android? One of sample that i get is cashApp however, when i see this library the author will not maintain it. If possible compose-multiplatform has their own function/code without need to adjust code for iosApp or androidApp. Many thanks.

hafiz013 commented 2 months ago

This library only for android not compose multiplatform. I already try.

On Wed, Apr 24, 2024 at 10:05 PM Shusek @.***> wrote:

Do you try pagination from the official library? https://developer.android.com/jetpack/androidx/releases/paging

— Reply to this email directly, view it on GitHub https://github.com/JetBrains/compose-multiplatform/issues/4691#issuecomment-2075033598, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFQGCEIK5ZQO6DHFAKKWDY663ZFAVCNFSM6AAAAABGWBT4TGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGAZTGNJZHA . You are receiving this because you authored the thread.Message ID: @.***>

AlexanderEggers commented 1 month ago

@hafiz013 I noticed that the androidx paging lib is finally supporting multiplatform: https://developer.android.com/jetpack/androidx/releases/paging#3.3.0-alpha02

luludevmuniz commented 1 month ago

@hafiz013 I noticed that the androidx paging lib is finally supporting multiplatform: https://developer.android.com/jetpack/androidx/releases/paging#3.3.0-alpha02

Still no support for wasm, though