Basic iPhone app help

Posted by LaSha on Stack Overflow See other posts from Stack Overflow or by LaSha
Published on 2010-05-22T22:49:24Z Indexed on 2010/05/22 23:00 UTC
Read the original article Hit count: 208

Filed under:
|

I'm new to iphone development and have about 5 days of experience with xcode, 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 guys point me to the right path? or know any code samples that does this? Been stuck on this for days now. Thanks!!!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c