I got a iphone and i had a idea for a few apps that i wanted to produce
Does anyoen have any hits and tips
also i would love to see some hello world type apps that would help me getting started
I got a iphone and i had a idea for a few apps that i wanted to produce
Does anyoen have any hits and tips
also i would love to see some hello world type apps that would help me getting started
The iPhone Dev Center has many great example to help you get started.
Hi Crash, here's what I would do (and sort of what I did do).
By the time you can get to 2 you will be ready to start thinking about how to make your ideas real. Don't worry about whether there is already stuff like it out there, do your own thing and try to nail it.
I'm a big fan of avoiding the features arms race with app design. Don't try to "match the competition" feature for feature. That's a silly way to design an app. Just do your thing and focus on solving the problem you set out to solve, and ONLY doing that. It's harder (I think) than it sounds.
As for "Hello World" style apps, there's of course the tons of Apple example apps you will notice once you sign up with the ADC.
There are also a few Open Source apps and games out there that you can assimilate knowledge from.
My game (Gorillas) is open source, for instance, under the GPLv2. All the source code is available from: http://gorillas.lyndir.com/trac/browser. It's helped lots of developers already with general and OpenGL/ES and cocos2d issues.
Here are several nice resources to start with:
Getting started and Intro to iPhone development
And as a general rule of thumb - download samples from the dev center and go through them changing details to see that you understand what's going on. Also create several new projects and start adding content to them.
Hope it helped,
-A