标签: android android-recyclerview
我试图修改水平回收视图以不立即破坏下一个项目,它可以被破坏,即在10个布局之后。
基本上我试图扩展回收器中保存的视口(可见)项目,因此如果可见10,I want to have 30 items to be ready so recycler doesn't destroy them right after they exit viewport。我知道也许它会有一些性能问题,但那在当时并不重要。
I want to have 30 items to be ready so recycler doesn't destroy them right after they exit viewport
这是否可能,我该如何实现?