News

Android SQLite support library. Contribute to requery/sqlite-android development by creating an account on GitHub.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
SQLite offers a powerful way to store and organize persistent data for your apps. This is a crucial and in-demand skill all developers should know!
Database performance is a very important factor in the development of any application. Some applications need very fast feedback, others process a large amount of data and without the support of ...
Android SQLite support library This is an Android specific distribution of the latest versions of SQLite. It contains the latest SQLite version and the Android specific database APIs derived from AOSP ...
Performance analysis on Android SQLite database Abstract: Database performance is a very important factor in the development of any application. Some applications need very fast feedback, others ...