ListBoost
ListBoost copied to clipboard
ListBoost is an Android library project designed to add some much needed functionality to ListView and ExpandableListView
There are a bunch of hacky blogspam articles and tons of SO questions about making a sectioned lists without using the built in support: `getViewTypeCount()` `getItemViewType(int position)`. To be fair,...
Once the project structure is a bit more solid, start adding documentation to README.
## Click Modes # Group - Long-click check - long click checks/unchecks item - Long-click expand - long click expands a group (disables click expand unless a separate expand/collapse handle...