recompose icon indicating copy to clipboard operation
recompose copied to clipboard

Add support for RecyclerView

Open pocmo opened this issue 4 years ago • 2 comments

XML: https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView

I'm not sure what a good Composable replacement for it is and whether the conversion will be straight-forward?

pocmo avatar Oct 02 '20 17:10 pocmo

The Compose compatible to Recyclerview is Lazyrow and lazy column. Those two composables are one of the main reason I'm writing my next app with compose.

Vahalaru avatar Oct 20 '21 06:10 Vahalaru

this will be not straight forward data wise, but layout wise it should be pretty much straight forward, since you are have to provide an item layout that can also be transformed.

Ditscheridou avatar Apr 20 '22 17:04 Ditscheridou