Jude95 / EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
2.03k stars 459 forks source link

Adapter能不能指定Item的数量 #267

Open zrg1215 opened 6 years ago

zrg1215 commented 6 years ago

你好,我在继承RecyclerArrayAdapter时,发现getItemCount()被final修饰,导致子类无法重写此方法。那么我如何指定Item的数量呢,多谢指导?

zrg1215 commented 6 years ago

使用的版本4.4.2

hhh5022456 commented 5 years ago

同上如何解决