Robotoworks
  • Home
  • Blog

Mechanoid

Rapid Development for Androidâ„¢

Generate ContentProvider's, Generate SqliteOpenHelper's, Generate Android REST Service Client's and more with easy to learn syntax in Eclipse

Get Started OR

Find out more
Fork me on GitHub
Write this:
create table notes (
    _id primary key autoincrement,
    content text
);
Then you can do this:
CursorLoader cursor = SQuery.newQuery()
    .createLoader(Notes.CONTENT_URI, 
    new String[] { 
        Notes._ID, 
        Notes.CONTENT});

Latest Blog Posts

  • Migrating from Mechanoid ALPHA 0.1.0 to 0.2.0
  • Using Sqlite in Android with Mechanoid DB Part 3: Unions
  • Refactor and Changes to generated Mechanoid Net Code
  • New UI updates make it a little easier to start with Mechanoid
  • Mechanoid DB ActiveRecord generation for views

On Stack Overflow

profile for Ian Warwick at Stack Overflow, Q&A for professional and enthusiast programmers

Archives

  • May 2013
  • February 2013
  • January 2013
  • November 2012
  • July 2012
    © 2013 Robotoworks
    ↑
    Responsive Theme powered by WordPress