Tutorial: Building an iPhone application using the C++ API

This tutorial guides you through the process of building an UltraLite C++ application for the iPhone using the Apple development tools. Wherever possible, this tutorial provides links to more detailed information.

 Required software
 Competencies and experience

Compiling the UltraLite iPhone library
Creating an UltraLite application on iPhone
Lesson 1: Creating a new iPhone application project
Lesson 2: Adding a database to the application
Lesson 3: Adding data to the database
Lesson 4: Displaying data from the database
Lesson 5: Deleting data from the database
Lesson 6: Adding synchronization
Lesson 7: Adding a progress display
Conclusion