News

We dig into the different options available to store data locally on an android device, complete with sample source code.
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.
In my last article I wrote about accessing a PostgreSQL database in C/C++. In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and ...