Difference between revisions of "IPhone App Development Essentials"
From Techotopia
Line 228: | Line 228: | ||
#* [[An Example SQLite based iPhone Application|Building and Running the Application]]<br><br> | #* [[An Example SQLite based iPhone Application|Building and Running the Application]]<br><br> | ||
# [[Working with iPhone Databases using Core Data]] | # [[Working with iPhone Databases using Core Data]] | ||
+ | #* [[Working with iPhone Databases using Core Data|The Core Data Stack]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Managed Objects]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Managed Object Context]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Managed Object Model]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Persistent Store Coordinator]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Persistent Object Store]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Defining an Entity Description]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Obtaining the Managed Object Context]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Getting an Entity Description]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Creating a Managed Object]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Getting and Setting the Attributes of a Managed Object]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Fetching Managed Objects]] | ||
+ | #* [[Working with iPhone Databases using Core Data|Retrieving Managed Objects based on Criteria]]<br><br> | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 19:07, 23 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.