Difference between revisions of "IPhone App Development Essentials"
From Techotopia
Line 218: | Line 218: | ||
#* [[iPhone Database Implementation using SQLite|Closing a SQLite Database]]<br><br> | #* [[iPhone Database Implementation using SQLite|Closing a SQLite Database]]<br><br> | ||
# [[An Example SQLite based iPhone Application]] | # [[An Example SQLite based iPhone Application]] | ||
− | + | #* [[An Example SQLite based iPhone Application|About the Example SQLite iPhone Application]] | |
+ | #* [[An Example SQLite based iPhone Application|Creating and Preparing the SQLite Application Project]] | ||
+ | #* [[An Example SQLite based iPhone Application|Importing sqlite3.h and Declaring the Database Reference]] | ||
+ | #* [[An Example SQLite based iPhone Application|Creating the Outlets and Actions]] | ||
+ | #* [[An Example SQLite based iPhone Application|Creating the Database and Table]] | ||
+ | #* [[An Example SQLite based iPhone Application|Implementing the Code to Save Data to the SQLite Database]] | ||
+ | #* [[An Example SQLite based iPhone Application|Implementing Code to Extract Data from the SQLite Database]] | ||
+ | #* [[An Example SQLite based iPhone Application|Designing the User Interface]] | ||
+ | #* [[An Example SQLite based iPhone Application|Building and Running the Application]]<br><br> | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 15:00, 17 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.