Tag Archives: Android SQLite Database

Android SQLite Database

This entry was posted in Technologies on .

Android provides several ways to store user and app data. SQLite is one way of storing the application data, locally, on the device. SQLite supports all the relational database features common on the Oracle databases or Microsoft SQL Server. In order to access this database it must be used the API provided by Android which […]

Read more →