By MarkatSM
via skillsmatter.com
Submitted: Feb 12 2013 / 10:42
Android’s bundled SQLite database is powerful, but requires a lot of hand-coded SQL to get started. Using an ORM can simplify database development for many applications, and the Android ecosystem already has several to choose from. stORM is a lightweight DAO generator written by Android Developer Advocate David Chandler that aims for a streamlined developer experience (only two annotations required) and solid performance (preferring code generation over reflection).
Add your comment