android - ExpandableListView with buttons -


i'm considering ui change such:

there list of items in expandablelistview. clicking on item expands 1 more item below it. item have own view contain number of things pertaining item expanded from. basically, imagine clicking on original list item , being taken new screen information on item. expanded item in new list screen.

i know there troubles list items containing controls buttons , checkboxes , such. long list item controls resting on not clickable, should work, right? expanded item doesn't need clicking capabilities, parent item (so can expanded/closed!)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -