Skip to content

Instantly share code, notes, and snippets.

@siddug
Created January 9, 2015 21:25
Show Gist options
  • Save siddug/b10b0172c1cb914c54f8 to your computer and use it in GitHub Desktop.
Save siddug/b10b0172c1cb914c54f8 to your computer and use it in GitHub Desktop.
//while moving cursor to the last, read 3rd column data (index 2) which in our database is (name - string)
while(c.moveToNext()){s2=c.getString(2);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment