I used ListAdapter.notifyDataSetChanged () ; this only worked on the list (e.g. ArrayList) when the content list changed. Using databaseoutput, it no longer works. So I took cursor.requery (); which is not only destitute. It also works only when changing records in the database.
But now I want to change my view (switch between birthdays and dates) by changing my settings in the database, so requery won't recognize it.
For all changes it works (a little dirty): this.onCreate (null);
Martin
source share