

Developers can also inspect and modify databases on a given Android emulator or device using the sqlite3 command-line tool provided as part of the Android SDK tool called Android Debug Bridge (adb). Getting StartedĪndroid applications can create and manipulate their own private SQLite relational databases. This knowledge will then be used in future development tutorials to implement database-driven Android applications. This tutorial is meant as a brief overview of how SQLite databases work.


Here we begin by designing and using a simple SQLite database to manage chess tournament scores. In this tutorial, you learn how SQLite databases are designed and manipulated. Android applications can store application data in SQLite databases.
