Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RecyclerView #90

Open
pocmo opened this issue Oct 2, 2020 · 2 comments
Open

Add support for RecyclerView #90

pocmo opened this issue Oct 2, 2020 · 2 comments
Labels
enhancement New feature or request view Issues about supporting specific vews

Comments

@pocmo
Copy link
Owner

pocmo commented Oct 2, 2020

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 pocmo added enhancement New feature or request view Issues about supporting specific vews labels Oct 2, 2020
@Vahalaru
Copy link

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.

@Ditscheridou
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request view Issues about supporting specific vews
Projects
None yet
Development

No branches or pull requests

3 participants