Hello there
 I am using ContactsAPI so when i add new contact i need to refresh my
ListView so i use

contactCursor.requery();
listAdaptor.notifyDataSetChanged();

but it does not reflect the newly added row and i noticed that it do reflect
when we have change in current row
so is there any other way then setting adaptor again to make then new row
being shown?

-- 
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

Reply via email to