Re: [android-developers] ArrayAdapter not updating its ListView

2011-11-23 Thread scottishwildcat
Thanks, but as I said, I tried that, and it didn't help. And you shouldn't have to do that anyway -- according to the API documentation, notification is meant to happen automatically when you're

[android-developers] ArrayAdapter not updating its ListView

2011-11-21 Thread scottishwildcat
Are their known issues with ArrayAdapters not updating their corresponding ListViews, even when you're just using the standard add(), remove(), insert() methods that are supposed to update them automatically? In my activity I'm declaring: public class ShoppingListAdapter extends ArrayAdapter{ >