News

SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation. SQLite supports all the relational database features.
For this particular tutorial we are going to grab a database from the running emulator. Before we get started we will need to download some software I find very useful for SQLite developers.
Android SQLite Database Management Une application Android simple pour gérer une base de données SQLite. Cette application permet d'effectuer des opérations CRUD sur une table Admin.
Get started with the Room data persistence library, and learn how to create lifecycle-aware components using the Architecture Components Lifecycles library.
SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...