XML

Phonebook

Phonebook application tutorial 1.Creating the project In this project we will create a Simple phonebook. Given a list of people from an xml file that we create the application presents it to the user using a UITableView. We will also implement “add” and “delete” contact actions, but since writing to a file would be beyond the scope of this tutorial, the changes will not be saved. First we need to add the phonebook.

Continue reading