News

Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.
Android Studio 4.1 brings a new Database Inspector tool, some improvements to Material Design, and a more deeply integrated Android Emulator.
The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files.
The latest version of Android official IDE, Android Studio 4.1, is now stable. Besides introducing a new database inspector, integrated emulator, and better TensorFlow Lite support, it improves ...
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 ...