I’m pleased to announce that as of this morning, ORMDroid now has some basic support for one-to-many relationships between entities, thanks to Jacob Ferrero and as hinted at in a previous post. Jacob actually put this together a few months ago, the only hold-up has been me getting around to merging the code in, soContinue reading “One-to-many in ORMDroid – at last!”
Tag Archives: ORM
ORMDroid 0.40 released
ORMDroid 0.40 is now available from the releases area on Github. This is the first packaged release since 0.20 almost eleven months ago, and incorporates new features, reworked old features, and bugfixes. There’s a full announcement at the link above. As well as packaging this release, we’ve now also closed the (legacy) Google Code siteContinue reading “ORMDroid 0.40 released”
ORMDroid 0.20 now available
ORMDroid 0.20, the first packaged release of the ORM framework for android, is now available from the project downloads page on Google Code. This first release packages up the Android library ADT project, adds some documentation (which you can view online here), and makes it easy to grab and go if you don’t like to/wantContinue reading “ORMDroid 0.20 now available”
ORMDroid: Bugfixes + Sample App = Happiness!
So a few people have taken a look at ORMDroid since my previous blogs, and the feedback I’m getting most often is along the lines of “Sure, there’s some simple example snippets, but I want a complete, compilable, runnable example!” With this in mind, I’ve thrown together a very basic Android app that uses ORMDroid asContinue reading “ORMDroid: Bugfixes + Sample App = Happiness!”
ORMDroid on Google Code
Further to my previous post, I spent a bit of time today getting the ORMDroid project set up on Google Code (Edit: Moved to Github), including adding a bit of sample code to get you going with the library. I’m also working on extracting a simple sample project that will also go in the repository, whichContinue reading “ORMDroid on Google Code”
Introducing ORMDroid
Another year, another blog… Actually, I’ve been out of the blogging cycle for a year or two now, as I’ve just been too busy with work to really dedicate any time to open source and my own projects, but a recent (positive!) change in my work schedule means I’m now back and able to investContinue reading “Introducing ORMDroid”