Posts Tagged ‘language’
Iphone SDK Development Tutorial #2 – Transitioning To Objective-C
This is the second tutorial on iPhone application development.
This tutorial is geared towards someone with a basic understanding of C/C++ or Java and object oriented principles. It is a basic overview of some Objective-C syntax that someone transitioning from another language is unlikely to be familiar with.
If you’re unfamiliar with C/C++ or Java a great resource is the extensive http://www.learncpp.com/.
iPhone SDK Development Tutorial – First Step Towards The App Store
This tutorial is a first step towards getting an App in the Apple App Store. It is an extremely brief tutorial meant for those at the absolute start of iPhone development.
Action Guide:
1. Verify system requirements for sdk are met.
2. Head to Apple’s iPhone Developer Center and download the SDK.
3. Download the Hello World sample application.
4. Open the Hello World project file.
5. Use the research assistant to learn about the iPhone libararies.
6. Optional: Look through more source code examples and use the research assistant often.