iPhone 3G
Monday, June 9th, 2008 Posted in iPhone | No Comments »Today at WWDC Apple announced the next generation iPhone called iPhone 3G. It is thinner, has a full black plastic back, solid metal buttons, same display, camera, flush headphone jack and better audio and GPS. The iPhone 3G has better battery ...
iPhone Push Notification Service
Monday, June 9th, 2008 Posted in iPhone | 1 Comment »It was announced at the WWDC keynote that Apple will address to problem of the iPhone SDK not supporting background processes by providing a Push Notification Service. Apple argues that background processes would have cause battery and performance issues. Their ...
Apple iPhone SDK Beta 6 Released
Wednesday, May 28th, 2008 Posted in iPhone | No Comments »This one comes with a big red notice: Important Instructions Before installing and developing with the sixth beta versions of the iPhone OS and SDK, you must first upgrade your Mac system to Mac OS X v10.5.3. To upgrade your Mac, ...
iPhone: How jailbreaking can hurt Apple Store developers
Monday, May 12th, 2008 Posted in iPhone | 5 Comments »Apple will be releasing the final version of the iPhone SDK soon. Along with it registered developers will be able to sell their applications via the Apple Store. Developers will be able to set their own pricing for their creations ...
iPhone SDK Beta 5 Now Available
Tuesday, May 6th, 2008 Posted in iPhone | No Comments »Apple has released Beta 5 of the iPhone SDK. The readme doesn't reveal much about what is in this release: The ?fth beta ?xes bugs and adds support for the latest iPhone OS.
Exploring iPhone Graphics Part 3
Monday, May 5th, 2008 Posted in Software Development, iPhone | 1 Comment »Last time we created a simple iPhone application that made a ball bounce around the screen. This time we are going to extend the last example to use the accelerometer to create a gravity influence on the ball. So as ...
Exploring iPhone Graphics Part 2
Friday, April 25th, 2008 Posted in Software Development, iPhone | 3 Comments »In Part 1 of this series of articles we drew some simple graphic primitives on the iPhone display. In this article we are going to look at how to do some simple animation. The goal of this example is to ...
iPhone OS Beta 4 Install Problems
Thursday, April 24th, 2008 Posted in iPhone | No Comments »Getting the Beta 4 OS (build 5A258f) for iPhone or iPod Touch onto your device has a glitch and the install will not work. Restoring the OS from the Xcode Organizer will get stuck before the OS in even installed. ...
iPhone Beta 4 Released
Wednesday, April 23rd, 2008 Posted in iPhone | No Comments »Apple has released Beta 4 of the iPhone SDK and the iPhone/iPod Touch OS. The SDK build number is 9M2165 and the OS build number is 5A258f. New in the release is OpenGL ES support to the iPhone Simulator!
Plotting a Sine Wave with the iPhone SDK
Thursday, April 17th, 2008 Posted in Software Development, iPhone | 2 Comments »Got the following request from Leo on the Exploring iPhone Graphics Part 1 article: Could you give me a quick primer on how to draw a sinus curve (or similar curve) with the data coming from an array? Here it is: #define PI ...

