TwoDScrollView icon indicating copy to clipboard operation
TwoDScrollView copied to clipboard

RecyclerView as content

Open andreipro1002 opened this issue 8 years ago • 2 comments

Hey, I am using this library with RecyclerView as content for the TwoDScrollView, and I have a problem with recycling the views. The problem is that I have an image gallery with many items, and all of the views from RecyclerView are loaded at once, instead of being loaded once you're scrolling which makes the gallery a bit laggy. Did you encounter this problem? Or maybe you have any idea how to solve this issue?

Thanks in advance and good job on the library!

andreipro1002 avatar May 25 '17 13:05 andreipro1002

I have never tried anything like this before. I know it isn't good to place a scrollable view inside another scrollable view. These questions on StackOverflow might help you:

https://stackoverflow.com/questions/29426858/scrollview-inside-a-recyclerview-android https://stackoverflow.com/questions/27083091/recyclerview-inside-scrollview-is-not-working

jaredrummler avatar May 25 '17 16:05 jaredrummler

I looked over all similar posts but without any success. I know it's not a good practice for adding a recycler view in a scrollview but I don't have any choice. Thanks anyway :)

andreipro1002 avatar May 29 '17 10:05 andreipro1002