Does anyone know how I can see that it has a cursor during debugging so that I can determine the functionality of my database assistant?
It continues to act as if it is returning data, but then, when I try to use the cursor.isNull(0) method, I continue to get a NullPointerException and cannot see that it has a cursor, and the execution of this execution is really disappointing me.
Any help would be greatly appreciated.
Thank.
android debugging cursor
Skittles Nov 21 2018-10-11T00: 00-11
source share