I am looking to the fastest and the correct way to check if a record exists in the database:
public boolean Exists(String _id) { Cursor c=db.query(TABLEN
Checkout my answer here: Android Sqlite: Check if row exists in table