News

Get started with the Room data persistence library, and learn how to create lifecycle-aware components using the Architecture Components Lifecycles library.
For more on SQL itself, check out this article. SQLite is an implementation of a relational database, specifically aimed for embedded scenarios. It’s ideal for the likes of an Android app.
The tutorial has two parts: Part one introduces the example app, and how to use a content provider with a local SQLite database. Part two covers data synchronisation.
This SQLite tutorial will show you how to install SQLite3 on Windows, create tables in a database and perform read, update and delete operations.
Realm is an open-source, object oriented, mobile database. Last month, Realm for Android was released, less than 3 months after the iOS version was first available and it comes with a fluent, strongly ...