I developed an iPhone app using Core Data. The data is immutable and stored in a preloaded sqlite database managed by Core Data.
Now I need to develop an (almost) Android app. I am going to write a very simple set of classes that mimic Core Data and read from the same sqlite database.
Before starting with this, I was wondering if anyone knew about the Android library that does just that.
In theory, you could almost literally provide the same API as iOS, and you might even have analyzed the object model.
source share