I have an ListActivity which use data from DB..
setListAdapter(new CursorAdapter(myCursor));
This view have a column with a numbers. What i need is to sort them in descending whey when i click on a button. Its not a problem to write a new select with a new sort type..But how to refresh ListActivity ? Should I reuse setListAdapter ?