Re: [android-beginners] Re: The content of the adapter has changed but ListView did not receive a notification

2010-07-28 Thread Justin Anderson
No problem. Glad you got it solved! -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Wed, Jul 28, 2010 at

[android-beginners] Re: The content of the adapter has changed but ListView did not receive a notification

2010-07-28 Thread nimusi
Thanks, Justin, that has solved the problem. On 27 July, 22:00, Justin Anderson wrote: > Use startActivityForResult instead of startActivity.  Then when you get back > to the listView you can add the item and update there.  There are some very > specific things you need to do to get startActivity