Skip to content

Releases: kmfish/MultiTypeListViewAdapter

新增接口

Choose a tag to compare

@kmfish kmfish released this 28 Mar 06:32

新增接口 getDatas,方便获取所有数据项。

0.1.5

Choose a tag to compare

@kmfish kmfish released this 19 Nov 04:58

Model support sub class or implement a interface.

0.1.4

Choose a tag to compare

@kmfish kmfish released this 07 Sep 12:56

listitem can add a attachinfo object, that can implement the usecase …
…e.g., add a OnClickListener for sub view in ListItem.

0.1.3

Choose a tag to compare

@kmfish kmfish released this 05 Sep 10:34

remove appcompat-v7 dependencies

0.1.2

Choose a tag to compare

@kmfish kmfish released this 09 Aug 06:11
fix gradle settings error

0.1.1

Choose a tag to compare

@kmfish kmfish released this 08 Aug 12:58
  1. 重构了实现, 将data和item分离(避免创建多余的item);
  2. item又可以绑定当前显示的data,便于实现点击之后的需求.
  3. BaseListAdapter 的构造也不需要指定viewTypeCount,但需先配置data和item的类型映射关系.

0.1.0

Choose a tag to compare

@kmfish kmfish released this 05 Aug 05:22

第一个可用版本,后续会继续完善。