Difference between revisions of "IPhone App Development Essentials"
From Techotopia
Line 206: | Line 206: | ||
#* [[iPhone Data Persistence using Archiving|Testing the Application]]<br><br> | #* [[iPhone Data Persistence using Archiving|Testing the Application]]<br><br> | ||
# [[iPhone Database Implementation using SQLite]] | # [[iPhone Database Implementation using SQLite]] | ||
+ | #* [[iPhone Database Implementation using SQLite|What is SQLite?]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Structured Query Language (SQL)]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Trying SQLite on MacOS X]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Preparing an iPhone Application Project for SQLite Integration]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Key SQLite Functions]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Declaring a SQLite Database]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Opening or Creating a Database]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Preparing and Executing a SQL Statement]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Creating a Database Table]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Extracting Data from a Database Table]] | ||
+ | #* [[iPhone Database Implementation using SQLite|Closing a SQLite Database]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 14:54, 16 June 2010
Currently under development, this online book is intended to teach the reader everything necessary to develop apps for the iPhone. It is due for completion in May 2010 so check back for regular updates.