News

Using SQLite in your android app is a fast, secure, efficient and easy way to persist user and app data. The complete source code for this tutorial is available on GitHub.
visit the SQLite web site. Regular readers of this series will notice that we’ve recently begun using the Android data binding techniques for tutorials. If you are not familiar with the concept, ...
In 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 database ...
In this tutorial we are going to cover some advanced database code as well as tie in to some more advanced GUI techniques. We left off on the last tutorial showing you how to insert and select ...
Ashok uses the standard Android APIs, an SQLite database, and content provider APIs. The tutorial has two parts: Part one introduces the example app, and how to use a content provider with a local ...
There's no wonder why SQLite is the most used database engine in the world. If you've never used it before, this SQLite tutorial not only gets you started, it also gives you the foundational skills to ...