News

Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
This SQLite tutorial will show you how to install SQLite3 on Windows, create tables in a database and perform read, update and delete operations.
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.
Get up to speed on MySQL basics with this step-by-step tutorial on how to create a database, add a table, and input data into the table.