I’m trying to make a list item expandable. Basically, I want to have a button on each list item that, when pushed, expands that list item to show more info.
Is this possible on android? if so, how would i do it?
Thanks
Edit: To clarify, ideally I’d like the current list item to enlargen to show more info
Your easiest solution would probably be an
ExpandableListView.But you can also implement something yourself where a button in each
ListViewitem unhides and hidesViewunder the normal item.