natario1/ZoomLayout

RecyclerView zooming support

k-g-aleksandrov opened this issue · 2 comments

When adding RecyclerView to existing ZoomLayout It works slow because recycler view is located inside of ZoomLayout's ScrollView. So whole recyclerview content is bound at the same time.

So It would be great to have ZoomRecyclerView with same functionality as for ZoomLayout (with clickable children support).

I'd be happy to see a ZoomLayoutManager for recyclers, but I'm not sure if it's technically possible. If we don't bind the whole view, we won't know the full content size which currently is a fundamental information.

stale commented

This issue has been automatically marked as stale because it has not had activity in the last 20 days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.