Thank you for reading. I have this recyclerview that gets passed a 1000 item list in the adapter. And on scroll some of my items disappear and reappear. What do you think the problem is??
Asked
Active
Viewed 169 times
1
-
bcoz recylerview recreate items whenever you scroll it takes time to hide previous info in items & modify new info. It happen may be usage of complex item layouts and more methods working in main thread to load recylerview data. – Mohamed Mohaideen AH Jan 22 '18 at 15:26
-
Please view this answer https://stackoverflow.com/questions/44230577/why-recyclerview-items-disappear-with-scrolling – Gastón Saillén Jan 22 '18 at 15:29
-
Thank you Mohamed – Jan 22 '18 at 15:45
-
Mod. please I don't understand why you blocked my question, this a q/a type of site and no the documentations. please take your ill manners else where – Jan 23 '18 at 05:12