views:

91

answers:

4

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!!!

+1  A: 

Welcome to iPhone development :) Whilst there are lots of tutorials online I'd definitely recommend following the Beginning iPhone 3 Development: Exploring the iPhone SDK http://apress.com/book/view/1430224592 book. It's a great introduction to iPhone development and will cover many of the points you've mentioned.

Alistair
Actually I have that book too! CS193P and that book taught me loads!
Andiih
A: 

That's pretty basic stuff. There are samples for all of that on developer.apple.com

As an alternative approach, Stanford university published their introduction to iPhone programming course CS193P on iTunesU which wil teach you everything you need to know.

Andiih
You just beat me too it! :)
Eric Schweichler
could you point me to a specific sample? thanks
LaSha
A: 

I'd also recommend checking out the stanford iPhone programming course on iTunes University. This is what got me started - the lectures are very good and the assignments will help you understand basic concepts. http://deimos3.apple.com/WebObjects/Core.woa/Browse/itunes.stanford.edu.3124430053.03124430055

Eric Schweichler