EDIT, Changed the code slightly based on answers below, but still haven\'t got it working. I also added a log message to tell me if getCount was returning > 0, and i
My way of checking was something like this:
Cursor cursor = db.query(DbHelper.DB_NAME,DbHelper.DB_C_ID_ONLY,null,null,null,null,null); if(cursor.isAfterLast())
I get the _id entries which in my case are auto-increment. If the DB is empty, isAfterLast for sure returns true.
_id
isAfterLast