万能的适配器,目前有ListView和RecycleView的
RecycleView的万能适配器
摘要:转载自http://www.cnblogs.com/liushilin/p/5720926.html 由于RecyclerView的Adapter必须继承自RecyclerView.Adapter,并且指定我们写的ViewHolder为泛型,为了达到万能的效果,我们把需要传入的Java Bean属性
阅读全文
posted @
2017-03-13 21:27
楚天千里
阅读(1747)
推荐(0)
BaseAdapter的优化
摘要:附上Msessage类 通用的Viewholder 任意一个适配器只需要继承上面封装好的适配器
阅读全文
posted @
2017-03-06 15:22
楚天千里
阅读(133)
推荐(0)