yayaa / MultiItemsListView

Different type items in ListView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiItemsListView

No Maintenance Intended

Please consider using RecyclerView instead of listview

This library provides setting different type list items into ListView. Dealing with different type of layouts and having them different type values was difficult, so with this library it is much more simple now.

Just create an object which is extended from "ListItem" and override getView method. And by using enumeration, which implements "RowType", make your array and give it to adapter.

About

Different type items in ListView


Languages

Language:Java 100.0%