How Do I Make Iphone/touch Apps With Apple Developer Sdk Program?
I have no prior experience in making software or apps, and Apple makes it looks so easy on their Developer Page. I’m assuming that I will probably not be able to make apps, but I was wondering is it pretty easy to make apps once you download the SDK and the $99 kit. Please Answer, Thank You
Categories: SDK
Apple makes it easy cause it is easy…provided you have good programming skills.
The language is Objective-C which is loosely based off of C/C++. But that doesn’t really matter. If you have prior experience in Java/C/C++, then all you’d need is the API and that’s it.
But the SDK comes with tutorials. Mind you, just cause Super Monkey Ball was done in like two weeks (at least the fifteen levels or so), doesn’t mean it’s easy. It’s easy if you know what you’re doing.
Otherwise, the SDK is just like programming any other software. The only drag and drop is the interface…and then you’d have to link everything, make it all work, etc.
Take a course in Java or C or C++…then the SDK will seem so easy.