With more and more users browsing the web with a mobile device, it's time to begin with mobile web development. In this tutorial we are going to develop a simple mobile image gallery using the amazing jQTouch jQuery plugin for mobile web development. jQTouch is a jQue...
read more
Here is a very useful code snippet for playing your own sound file continuously in your iPhone application. The example uses a .caf file and is based on the AVAudioPlayer Class. You can find the class reference of Apple here:
http://developer.apple.com/iPhone/library/documentation/AVFoundation/...
read more
In some iPhone apps you need to check if there is a connection to the outside world. If the application depends on a connection to the internet, we will want to warn the user of the app, if he cannot connect currently. In programming your app you can for example make sure that a certain view is push...
read more
Here is a list of some highly valueable and functioning iPhone programming tutorials (list is open):
iPhone View Switching Tutorial
iPhone Coding – Learning About UIWebViews by Creating a Web Browser
iPhone Dev Sessions: Create a Navigation-Based Application
Tutorial: JSON Over HTTP On...
read more
Developing web applications for mobile phones sometimes brings the need to just create separate content for different devices.
Some time ago I had to create a web app that would look pretty on both, the iPhone and some Windows Mobile based device by HTC! In the end it came out to be simpler just ...
read more