samedi 27 février 2016

Android Sqlite Cursor - Check if next row contains same value

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