This is part of an ELC Tech Network

Monthly Archives: February 2009

iPhone Programming Tutorial – Using openURL To Send Email From Your App

Have you been curious about how to open Mail.app from your applications to send contact email? Today, I will be teaching you how to do just that.  We will even be pre-filling the subject, to line, and body of the [...]
Posted in iPhone Programming Tutorials | Tagged , , | 66 Comments

iPhone Game Programming Tutorial Part 2- User Interaction, Simple AI, Game Logic

Ok folks, here it is. The next tutorial in our iPhone game programming tutorial (sorry for the delay).  Today, I will be discussing the basics of player interaction, simple game AI, and game logic.  We will also be exploring how [...]
Posted in iPhone Game Programming, iPhone Programming Tutorials | Tagged , , , | 137 Comments

Loading data from .plist files

Saving and Reloading from .plist files... A great way to store dictionary data that does not change during runtime is in a .plist file. Say you want to organize some data hierarchically or you want to store the navigation structure [...]
Posted in Uncategorized | 16 Comments

Great Resource For All iPhone Developers – iBetaTest.com

Through my travels of the internets, I have encountered a great website for iPhone developers looking to have their applications beta tested by real people.  The website is called iBetaTest.com .  Launching their site just yesterday, iBetaTest.com already boasts 135 registered [...]
Posted in iPhone Articles | Tagged , , | 7 Comments