News

While Android has supported the SQLite data persistence solution since version 1.0, the built-in APIs are fairly low-level and implementing them requires a significant amount of time, effort, and ...
Android SQLite API is generic and leaves it to the developer to implement all database handling including the creation, versioning, upgrades of a database, and other customizations.
The Android application will be having its own local database (SQLite database) which will be used for offline storage of data. This offline data needs to be updated on the centralized database ...
Ashok uses the standard Android APIs, an SQLite database, and content provider APIs. The tutorial has two parts: Part one introduces the example app, and how to use a content provider with a local ...