标签: android android-recyclerview
我正在使用getChildCount()类的RecyclerView方法来获取其中的视图,但通过此方法,我只能看到屏幕中可见的那些视图。我想获得我传递给适配器的所有列表项。如何实现?
getChildCount()
RecyclerView