Posts Tagged ‘app store’
Your First App Store App Step-By-Step – Part 1
This is the first in a series where we will be building a simple app based on the soundboard app that I created which is in the app store that can be found here.
Check out the video:
We’ll be learning:
1) Simple App Design
2) MVC Basics
iPhone 3GS Will Be All About The Apps
There have been alot of complaints about the new iPhone being too expensive for what seems like a small incremental update. While the camera update may be a large factor to the buying decision in the European/Asian markets many who already have iPhones feel there really aren’t any new features worth the money. There is already some excellent voice control provided by apps in the app store.
So with the 3GS it’s really all about the apps.
Access Native Objective-C Code In Javascript Iphone Apps
Yesterday, I told you how to execute Javascript code on a page showing in a UIWebView using Objective-C. That was rather trivial as Apple has messaging functionality built in to allow that. Executing Objective-C code from within a Javascript application is not trivial. I highly suggest using one of the three frameworks I mentioned in a previous post.
How can I develop iPhone app store games quickly for free? Part 2
This article is about quickly developing 3D games on the iPhone using free game engines and with CoreAnimation, for information about free 2D iPhone Game engines please check the Previous Article Here.
How can I develop iPhone app store games quickly for free? Part 1
I’ve been asked by several visitors to my videos as to how one can develop games quickly on the iPhone, and I understand that learning OpenGL ES and building your own game from scratch can be a daunting task.
Then when I respond talking about some of the commercial frameworks out there that cost $500 a seat per developer, the next question of course is there anything that can do it for free.