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.
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.





