Using database for objects (db4o) in android part-1

Read Time 4 minutes Mapping object paradigm to relational paradigm is very hectic job for programmer and intensive for processor. As mobile development move to object oriented paradigm, we need object based database where we can directly store/retrieve/update and delete objects without first converting them to relational table entities. Fortunately we have db4o, which was released just after first …

Using database for objects (db4o) in android part-1 Read More »