Database Storage SQLite
Overview
iPhone iOS application that is designed to store contact information (names, addresses and telephone numbers) in a SQLite database. In addition to data storage, a feature will also be implemented to allow the user to search the database for the address and phone number of a specified contact name.
SQLite is an embedded, relational database management system (RDBMS). Most relational databases (Oracle and MySQL being prime examples) are standalone server processes that run independently, and in cooperation with, applications that require database access.
Create new project in XCode that will use single view application template and name it as ‘AddOrFindAContact’. Ensure that you have the Use Automatic Reference Counting option unchecked.
Select the project name and then click the Build Phases tab on the right. Click the “+” button shown in the Link Binary with Libraries section to add the libsqlite3.dylib library to it. After this, the library will be added to the project.
More item by Chupa Team
RSS reader
Google Maps
Hotel App Template
