Android ORM released
14 May
So for a while now I’ve been working on a persistence layer for Android in the form of an active record style ORM. It’s been pretty successful in making database tasks a breeze while writing Android apps.
There are two apps on the market which use ActiveAndroid: Wootsi Lite and Pickrand. Wootsi Lite is a Woot notification app and Pickrand is a sample app (source) which picks random items from categories you create.
ActiveAndroid is available at https://www.activeandroid.com/. You can download a trial and the sample project.
Go check it out!