Latest iPhone Dev Stuff
Apple posted Beta 3 of the iPhone SDK the other day. Primarily bug fixes but there is a new iPhone 101 document that walks you through creating a simple application. It is nicely done.
* You are viewing Posts Tagged ‘development’
Apple posted Beta 3 of the iPhone SDK the other day. Primarily bug fixes but there is a new iPhone 101 document that walks you through creating a simple application. It is nicely done.
I’ve been playing with the Google App Engine since it was released yesterday. Wow, is it ever cool. Currently, the App Engine only supports the Python Programming language (not a bad thing) and there is no support for native code. There are also a few sandbox limitations.
One of the best things is that the SDK is a complete, standalone system that includes a Web server, the App Engine framework, support for Datastore, Users, Mail and URL Fetch Apis, and the Django template language – all in a 2.3MB (Mac OSX) download! You develop in the dev environment and … Continue Reading