Mobile apps can store records and query a database with Android Cursors, JDBC connections, or native C/C++ code. Storing data in an ITTIA DB SQL database provides access to many unique features and benefits:
Security
Protect data stored on removable media and when synchronizing with a back-end server.
Data Distribution
Connect to a back-end database product to directly replicate tables and columns for high availability and synchronization.
Concurrency
High performance data sharing between Android Activities and Services.
Transactional Storage
Store data safely and efficiently in a portable database file private to an Android app.
Data Modeling
Build fully structured database files with strong data type guarantees.
SQL
Generate detailed reports on the mobile device itself with SQL queries.