Articles Comments

iPad News & Tablet PC Reviews » Entries tagged with "Objective-C"

Learning Objective-C For iPad Coding

When not working on the user interface to your iPad application, you’ll be spending most of your time coding in a language called Objective-C.  Objective-C is an event-driven language that follows the C structure and style while linking in an event mode on all objects and collections. The Objective-C language is not without nuances, and you’ll need to get used to these as you learn to develop for the iPad.  Garbage collection can be a heck of a task, as can keeping track of all the objects you have created in your application.  You’ll get better as you practice, but for a quick tutorial on Objective-C, this is a good place to start… You can build on your knowledge through the Apple iPad SDK 3.2 from Apple’s site, filled with tutorials and … Read entire article »

Filed under: iPad Devs

iPad SDK 3.2: 25,000 Developers Strong

Download the iPad SDK from the Apple website and join the 25,000+ developers that have already started creating applications. The SDK is used for developing for both the iPad and iPhone. Apple’s website features iPad guidelines for development, samples, simulators and a program guide.  Obviously, Apple sets the bar pretty high for their development, and controls the applications they sell through the App Store very closely. … Read entire article »

Filed under: iPad Devs