• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps refresh Lists

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
 
Back
Top Bottom