Order by

Tutorials

Android

by vogellafan
thumb

Android SQLite Database and ContentProvider

Posted on November 28 2012 | 0 comment | rating

This tutorial describes how to use the SQLite database in Android applications. It also demonstrates how to use existing ContentProvider and how to define new ones.

iOS

by Chupa Team
thumb

Database storage using SQLite

Posted on May 11 2012 | 6 comments | rating

How to store contact information in a SQLite database. In addition to data storage, it allow the user to search the database for the address and phone number of a specified contact name.