1 0 Tag Archives: ORM
post icon

Object Relational Mapping for Android Applications

This blog post provides a summary of how to use the ORMLite Android open source library to provide object-relational mapping to SQLite databases. This can be very useful in the development of Android Content Providers.

Leave a Comment