I am working with an SQLite Database and I am returning cursors successfully but I was wondering if a cursor references columns starting with 0 like arrays or just 1?
A cursor from a SQLite database in Android references columns from 0.