Reputation: 2817
I'm a newbie to Android programming and I've been whacking my head over how to do this... I'd like to create an ExpandableListView where the same child item XML (containing add, edit and delete buttons) is populated across all the group items.
Could someone please help me out with this?
Preferably, I'd like to stick with "public class HelloWorld extends Activity" since this is the main activity. But if it "has" to be changed to "extends ...something else", no problem.
Upvotes: 2
Views: 1475