How do you made the Array Adapter work I'm having problems with the Array adapter constructor.
2011/10/15 Stuart Johnson <[email protected]> > I have a List<> with an ArrayAdapter that shows the contents of that list. > > If I make a change to one of those items in the List<>, and do > NotifyDataSetChanged() in the UI thread, I can see those changes. But > if I .Add to the List<>, I cant see the new items. > > Any ideas? > _______________________________________________ > 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
