https://kotlinlang.org logo
#compose
Title
# compose
k

karandeep singh

10/27/2020, 5:58 PM
is there any compose counterpart of customlayout manager of recyclerview?
a

Andrey Kulikov

10/27/2020, 6:31 PM
not yet. could you please share what use case you want to solve so we can prioritize it properly?
k

karandeep singh

10/27/2020, 6:36 PM
just some fancy stuff in recyclerview. for example having a stackview.
this kind of animation which is done using custom layout manager. is it possible to do this currently?
a

Andrey Kulikov

10/27/2020, 6:52 PM
no, not yet, unfortunately. we also don't have scroll snapping yet. maybe you can try to fork this pager in some way for now: https://github.com/android/compose-samples/blob/1630f6b35ac9e25fb3cd3a64208d7c9afaaaedc5/Jetcaster/app/src/main/java/com/example/jetcaster/util/Pager.kt
2 Views