Na het ontwikkelen van een applicatie wilt u graag dat deze soepel door het goedkeuringsproces van Apple heen komt en op zijn pootjes in de App Store terecht komt. Ook al is de ontwikkeling van de iPhone applicatie nog in ...Read More
Quite recently, I worked on a iPhone project that involved handling of URLs that get passed to the application at start up, e.g. by Safari or from Mail. URLs are passed into a dictionary into this UIApplication delegate method:
- (BOOL)application:(UIApplication ...Read More
My friend Jorn found a really elaborate article on AdHoc Distribution of iPhone applications. This way of distribution is an alternative to the App Store and is used in projects where the app should only be distributed among a select ...Read More
Making a static library is a good idea if you have lots of code you will be reusing or code that you want to isolate and wrap up. For iPhone projects we need to deal with the fact that there are ...Read More
Back in February 2009, I proposed to make an iPhone application for VPRO, one of the Dutch public broadcasters. What I was particularly interested in their Luisterpaal "music announcement platform". It's basically a web site with a selection of the ...Read More
In this tutorial I'll describe how you can connect the optical sensor inside a cheap mouse to your Arduino and have it read out the x- and y-movements. This will enable your Arduino to handle mouse input, detect surface movements, ...Read More