mardi 1 décembre 2015

Sort sqlite query in reverse order

Cursor res = db.query(TABLE_NAME, columns, null, null,null,null,ACTIVITY_PRIORITY);

This code sorts the query according to ACTIVITY_PRIORITY(lower priority is first), i want higher priority to be first!

Thanks for help!!

Aucun commentaire:

Enregistrer un commentaire