Ok, I have been searching thick and thin, and I am having some issues implementing a BaseAdapter.
I have been able to implement a Simple Cursor Adapter http://devel
Try calling notifyDataSetChanged() from a method inside the BaseAdapter itself.
notifyDataSetChanged()
BaseAdapter
See the methods in List8 of the API Demos as an example.