Tag Archives: iPad Dev

O’Reilly video on injecting iAds into your apps

This is an interesting and short video by O’Reilly Media on injecting iAds into your ios application.

Posted in General, iOS | Tagged , , , | Leave a comment

How to work with memory management in Objective-C

Working in Objective-C, unlike on the desktop, memory resources can be quite scarce on your favorite mobile platform. which makes it very important to not only guess but actually understand how to manage your memory within your application and code … Continue reading

Posted in General, iOS | Tagged , | Leave a comment

Adding an iAd advertisement to your iPhone app

With the introduction if iOS 4, Apple have also introduced iAds, a mobile advertising platform that aims to convey a new concept of interactive marketing on your smart-device. Through CSS3 and multi-touching, you will get a WebKit-powered framework to deliver optimal user … Continue reading

Posted in General | Tagged , | Leave a comment

Understanding iOS 4 Backgrounding and Delegate Messaging @ Dr. Touch

Now that we all are moving our source code gradually to iOS 4 I had to pause and think a bit about where to move which code. A problem that I’m facing frequently when updating a project is that the … Continue reading

Posted in General | Tagged , | Leave a comment

How to Send a Push Notification to an iPhone User: O’Reilly Answers

The Apple Push Notification Service (APNS) APNSallows applications to notify their users of remote events. If the user has turned on Notifications from the Settings application, her device will maintain a persistent IP connection to the APNS. Only one connection … Continue reading

Posted in General | Tagged , | Leave a comment

iPad Templates and Stencils

iPad Templates and Stencils Mar 17, 2010 While consumers await the arrival of the first generation iPad on April 3, designers and developers have been working on apps in anticipation. Here’s a list of free iPad templates and stencils that … Continue reading

Posted in General | Tagged , | 1 Comment

iPad: Managing Multiple Default launch images

With the iPhone, we used to concern ourselves merely with the Default.png file that we defined in our application plist. With the iPad, we now need to anticipate the device launching the app through numerous orientations, and we need to … Continue reading

Posted in General | Tagged , | Leave a comment