Hi!
I have a ExpandableListView in my application. I want to remove an item from
an group but I can't get a solution.
As adapter I use an standard SimpleExpandableListAdapter.
Until now, I managed to remove just data from an item but the view still
remain in adapter:
((Map)adapter.getChild(groupPositionOnClick,
childPositionOnClick)).remove("historyItem");
adapter.notifyDataSetChanged();
adapter.notifyDataSetInvalidated();
An other option is to reload all adapter but is not so efficient.
Thank you!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en