How do you made the Array Adapter work I'm having problems with the Array
adapter constructor.

2011/10/15 Stuart Johnson <stu...@logicethos.com>

> 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
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to