Generate ContentProvider's, Generate SqliteOpenHelper's, Generate Android REST Service Client's and more with easy to learn syntax in Eclipse
Get Started OR
create table notes ( _id primary key autoincrement, content text );
CursorLoader cursor = SQuery.newQuery() .createLoader(Notes.CONTENT_URI, new String[] { Notes._ID, Notes.CONTENT});