I tried to use active android, i have a doubt about how could i achieve a auto-increment field in a table?
In their documentation they have provided a code like this <
In sqlite you should use Autoincrement tag in create table: http://www.sqlite.org/autoinc.html
In other cases use methods like getPrev(), getNext(), etc.