1

i met a problem , i have a expandableListView has 5 groups

if i wanna add some items to the second group , and update the expandableListView at run time,

could someone teach me how to do that?

Sameer Segal
  • 21,813
  • 7
  • 42
  • 56
peterlawn
  • 2,371
  • 6
  • 25
  • 44

2 Answers2

0

Update the cursor/adapter generating the ExpandableListView and automatically the view will be regenerated

Sameer Segal
  • 21,813
  • 7
  • 42
  • 56
  • i did update the adapter , but the expandablelistView didn't update.......was there something i forgot? – peterlawn Oct 06 '10 at 04:50
0

If you are using BaseExpandableListAdapter then you can get getChildView (...) at run time where you can add anything you want .if still you face any problem come with more detail what you want to do ,

aftab
  • 1,141
  • 8
  • 21
  • 40