Replies: 4 comments 3 replies
-
Brain-dumping some other research. I'll preface the next statement by saying I've never used paging the library, and my research was kind of a quick overview. However... There's api("androidx.compose.foundation:foundation:1.0.5")
api(project(":paging:paging-common"))
api("androidx.compose.runtime:runtime:1.0.5") That should be copyable to Compose Desktop running on the JVM without much trouble. I doubt just using that dependency would work, but it might? The actual code itself, though, should work without much change, if any. In theory that should also work for Compose UI on iOS, but that is very far from stable. UI on iOS is a whole different discussion. Anyway, assuming the |
Beta Was this translation helpful? Give feedback.
-
I think it's a bit confusing looking at the source code, but there is Android support (just not from us!). As
At the moment, we only support Android and iOS. We're definitely open to contributions to add desktop support! To add support, you'll need to:
|
Beta Was this translation helpful? Give feedback.
-
Right.
As stated, if |
Beta Was this translation helpful? Give feedback.
-
I opened up a draft PR against the cashapp library. If anyone is interested, please feel free to follow along there cashapp/multiplatform-paging#9 |
Beta Was this translation helpful? Give feedback.
-
We will need to support pagination for the timeline(s).
Some quick R&D and I found these two:
https://github.com/kuuuurt/multiplatform-paging
https://github.com/cashapp/multiplatform-paging
We need to confirm that desktop is also supported, at first glance, I just see iOS and Android.
paging-common in cashapp shows jvm as a target, but that is not the case with paging-runtime
Just creating this to get us started
Beta Was this translation helpful? Give feedback.
All reactions