Hi,
I am trying to implement my own Cursor with different data type, and I am sub-classing it with AbstractCursor. But my question is when I call myCursor.getInt(A_COLUMN_INDEX), why the getInt(int) of myCursor does not get called?
Thank you.
Hi,
I am trying to implement my own Cursor with different data type, and I am sub-classing it with AbstractCursor. But my question is when I call myCursor.getInt(A_COLUMN_INDEX), why the getInt(int) of myCursor does not get called?
Thank you.