Android Expandable lists having multiple child items in a single row and their onClick event -


How can I apply two basic functions with spreadable lists: 1. OnClick 2. For Children Useful Linear layout for children, so that there can be many clickable items in the same line under my original item

Can someone help me in some sample code for the above?

If anyone is still interested - Google's use of comprehensible and usable lists To have written some very good samples!

Either use ExpandableListView (which extends the ListView class), or simply makes one, which hosts an ExpandableListView.

Just take a look at these three examples. I made screenshots to show what it looks like (just note that the background color is not from the default theme):

< / P>

alt text

(someone No photo)

alt text

< / Div>

Comments