I'm new to iPhone development, so I need some help developing the following app. I'm not sure where to start.
The app is very simple, it's like a simplified version of the address book that came with the iPhone:
- a screen shows a list of all items in a list view
- list can be filtered through search
- list can also be favorites or unfavorites
- selecting an item will take the user to another screen with more detailed information (a pic, location,)
the data should be stored in an xml file.
Can you point me to the right path?