News

AbstractIn mobile apps, using a simple database backend such as SQLite can be useful in a variety of use cases. In this article we will take a look at Android* SQLite API and helper classes for ...
Get started with the Room data persistence library, and learn how to create lifecycle-aware components using the Architecture Components Lifecycles library.
SQLite is a powerful, embedded relational database management system in a compact C library, developed by D. Richard Hipp. It offers support for a large subset of SQL92, multiple tables and indexes, ...
Adobe AIR bundles the popular SQLite database to serve your application's relations data storage needs. This makes it simple for applications to persist complex data across sessions.If you are ...
SQLite offers up a lot of raw power and performance. It's a no-compromise database engine, and takes some careful consideration to make the most of its capabilities. I've shown a number of techniques ...