Hi everyone, I heard that Jetpack compose was rele...
# compose
g
Hi everyone, I heard that Jetpack compose was released 1.0 version. It's really great, but someone can tell me how can I create recyclerview with flexboxLayoutManager by jetpack compose. Thanks you all, have a nice day
k
Compose doesn’t have recyclerViews. Use LazyColumn
👍 1
g
of course, But how can i do the same with jetpack compose?
c
I don't think that's available yet.
LazyColumn
is still quite basic compared to RecyclerViews features for now. More features are coming / they're waiting for the community to build some