What is the most efficient method of showing my data in descending order?
public String getRank() { String[] rank = new String[]{ KEY_ROWID }; Curso
you can do it with this
Cursor cursor = database.query( TABLE_NAME, YOUR_COLUMNS, null, null, null, null, COLUMN_INTEREST+" DESC");