Skip to content Skip to sidebar Skip to footer

Couldn´t Read Row 0 - Cursor

In my application, I want to set the layout for a ListView with a CustomAdapter. This is my error log: 05-09 19:17:50.187: E/AndroidRuntime(32063): java.lang.RuntimeException: Unab

Solution 1:

Call

c.moveToFirst();

before You start using cursor

Post a Comment for "Couldn´t Read Row 0 - Cursor"