RecyclerView as content
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!
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
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 :)