So that means I have to cast the ListAdapter to BaseAdapter to invoke that method?
On Thu, Sep 1, 2011 at 1:35 PM, Greg Shackles <[email protected]> wrote: > That method is available as part of Mono for > Android: http://docs.mono-android.net/index.aspx?link=M%3aAndroid.Widget.BaseAdapter.NotifyDataSetChanged > > On Thu, Sep 1, 2011 at 6:48 AM, Tomasz Cielecki <[email protected]> > wrote: >> >> Hello there, >> >> I have a asynchronous method loading data in the background, when that >> is finished I want to update my ListView with the data this method has >> loaded into an ObservableCollection. It seems that normally when >> coding java you can invoke the method notifyDataSetChanged on the >> ListAdapter, but this method seems to be missing in MonoDroid. >> >> So my question is, how do I update my ListView with this new data? >> >> -- >> Med Venlig Hilsen / With Best Regards >> Tomasz Cielecki >> http://ostebaronen.dk >> _______________________________________________ >> Monodroid mailing list >> [email protected] >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid > > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
