<@U6Q90DDHR> <@UJNJP518C> I love what you are doin...
# compose
d
@yschimke @Nicolas Roard I love what you are doing with Remote Compose! I've been experimenting with a CMP RemoteCompose player at https://deanalvero.github.io/remotecomposeplayer-cmp/. I found out that RC can be used to present a non-scrolling screen or as a single item within a LazyColumn. Are there any plans to support LazyList operations like a LazyColumn or maybe a Scrollable operation? Also, is it time to have a #remote-compose channel?
🎉 1
👍 3
n
Ah very cool! We do support scrolling lists, check the scrollable modifier -- in androidx you can check the RcTicker demo for example
thank you color 1
(scrollable though, not lazy)
❤️ 1
d
Oh nice! Missed that one (op 226), thank you!
👍 1
n
You should check the full format document (it's in the androidx repo)
👀 1
It list all the ops with some visual illustration
❤️ 1
r
@Nicolas Roard can you please share link, not able to find document, thanks!
@Nicolas Roard are you guys planning to release official cmp support for remote compose?
d
It is on JetBrains' radar according to this issue. I have no idea how long that takes so I started an unofficial KMP/CMP Remote Compose player. The WASM sample app that comes with that repo has been updated to showcase Remote Compose examples like an analog/digital clock (more to be added). There is a Playground option too to play with the different operations.