niklas1145
Lurker
Hallo,
I have a question on refreshing a Listview, I have a db and a cursor on it.
the cursor adapter(.., cursor..) is bound to a Listview.
so is there a easy way to refresh the content of Listview if content of db changes?
if I call onPause() and onResume() of the Activity there is an "automatic" refresh? how can I do this on my own?
thx,
niklas
I have a question on refreshing a Listview, I have a db and a cursor on it.
the cursor adapter(.., cursor..) is bound to a Listview.
so is there a easy way to refresh the content of Listview if content of db changes?
if I call onPause() and onResume() of the Activity there is an "automatic" refresh? how can I do this on my own?
thx,
niklas