News

Most Android apps will need to persist user data at sometime. There are different ways to store user data, but SQLite databases are a very convenient and speedy method of saving user (or app) data ...
SQLite offers a powerful way to store and organize persistent data for your apps. This is a crucial and in-demand skill all developers should know!
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.