How to implement Vertical Recyclerview inside vertical recyclerview android?
问题 Suppose i have 2 items in a RecyclerView where each item has a innerrecyclerview which have around 100 items in it both are vertical or anything that does not have any affect on the existing problem. I have implemented the method available here on other stackoverflow questions or other android Blogs but were not helpful. I have a question regarding onbindviewholder , the item 1 inner RecyclerView 's onbindviewholder gets called for all the elements i.e. 100 at once and they are not recycling