Woww.... I'm really impressed by Jetpack Compose. Just checkout this UI ππ
In traditional XML it would have taken a whole RecyclerView, ViewHolder, DataBinding maybe, a bunch of Gradle dependencies and whatnot π₯΅π₯΅... But in Compose it's just 20 lines of Kotlin code π€―π€―π€―
Every tool has its "thing it does really well" advantage. How does it (Compose). scale to the rest of the Ux world that cannot be served with a scrolling view of buttons alone? I mean, it's cool what you're showing, and it's nice that it makes something like this easy. But i want to write real UIs with it. Sometimes, subtly complex ones. And I'm excited about the promise of Compose. I'd just like to see some real demos of real apps. The world only needs so many ToDo lists and social cloister rankings apps.
n
nilTheDev
09/16/2021, 4:01 PM
Checkout them that Google provides as sample apps made with compose.
π 1
g
gildor
09/20/2021, 5:52 AM
Unfortunately lazy column is still a lot slower than RecyclerView, hope it will be better, but for now itβs not the strongest part of compose (except amount of code of course)