Skip to content

Add Support for StaggeredGridLayoutManager #89

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

Open
ankitagrawal2411 opened this issue Mar 19, 2017 · 2 comments
Open

Add Support for StaggeredGridLayoutManager #89

ankitagrawal2411 opened this issue Mar 19, 2017 · 2 comments

Comments

@ankitagrawal2411
Copy link

please add support for StaggeredGridLayoutManager

@hendrawd
Copy link

If you could add support to other LayoutManager(custom LayoutManager that extends RecyclerView.LayoutManager) as well, it will be useful

@turing-tech
Copy link
Owner

The problem is that the library needs to be able to tell how far down an item is based on its position, and there isn't a good way to do that outside of linear and grid views. I'll look into implementing a custom interface that LayoutManagers could implement to provide that information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants