Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i failed to update views of an ActivityList after updating SimpleAdapter object that holds data ! SimpleAdapter don't have notifyDataSetChanged() method, and invalidateViews() is not working when I retrieve the listview from my ListActicity !!

share|improve this question
2  
Question please. – prolink007 Mar 14 '12 at 14:50

closed as not a real question by casperOne Mar 14 '12 at 15:51

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

Actually SimpleAdapter has notifyDataSetChanged, since it inherits from BaseAdapter

here the doc

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.