1 0 Tag Archives: SQLite
post icon

Article on Multithreading SQLite Database Access

This article provides great information regarding multithreaded access to SQLite databases. For applications with large amounts of data stored on the device that can be queried by the user, this is important when considering application responsiveness.

Leave a Comment
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