CommonAdapter icon indicating copy to clipboard operation
CommonAdapter copied to clipboard

CommonAdapter can used for ListView and GridView.CommonAdapter' is based on BaseAdapter

CommonAdapter

CommonAdapter can used for ListView and GridView.CommonAdapter' is based on BaseAdapter

在android的编程过程中,经常出现各种LiView的布局或者GridView之类的布局吗,这些布局都需要一个适配器,Adapetr的编程中,比如ViewHolder和convertView的编写会带来大量重复的代码,这个项目打造了一个万能适配器,可以直接拿来引用~