Sociale netwerken eenvoudig in uw iPhone App geïntegreerd met SocialService Veel mensen maken tegenwoordig gebruik van sociale netwerken om elkaar op de hoogte te houden. Meer dan één op de vijf internetgebruikers heeft een Facebook account. Interessant nieuws spreidt zich als ...Read More

Waarom moet ik mijn iPhone App bij Facebook registeren? Om uw iPhone applicatie middels SocialService te koppelen met Facebook, dient uw iPhone App geregistreerd te worden bij Facebook als "API Consumer". Deze registratie zorgt er voor dat gebruikers vanuit uw iPhone applicatie berichten kunnen ...Read More

Waarom moet ik mijn iPhone App bij Hyves registeren? Om uw iPhone applicatie middels SocialService te koppelen met Hyves, dient uw iPhone App geregistreerd te worden bij Hyves als "API Consumer". Deze registratie zorgt er voor dat gebruikers Wie-Wat-Waar berichten vanuit ...Read More

Waarvoor heb ik een Twitter Application nodig? Om uw iPhone applicatie middels SocialService te koppelen met Twitter, dient uw iPhone App geregistreerd te worden middels een "Twitter Application". Dit is in feite een aanmelding die bij Twitter ingediend wordt, om er ...Read More

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