I am trying to compare cursor data, which is extracted from a SQLite database. It just has to be one column cursor.getString(1);
However, how can I check if that column has the same value in the next cursor row? (not the next column!) Using cursor.moveToNext();
?
Aucun commentaire:
Enregistrer un commentaire