2010
02.07

So, what’s Core Data anyway? :)
Core Data helps you to save model objects (in the sense of the model-view-controller design pattern) to a file and get them back again. This is similar to archiving technology but Core Data offers much more than that. Amongst other things it…

Provides an infrastructure for managing all the changes to [...]

2010
02.04

Prayers is an easy-to-use, multi-language Christian Prayers database. It represents the ultimate reference to Catholic Prayers for iPhone and iPod Touch.
The native iPhone app is in the top 10 of the Reference Category in the Italian App Store, and in the top 100 apps for the Reference Category in Spain and France.
Prayers is no-frills and [...]

2010
02.04

How to intercept navigation in a UIWebView

UIWebView is a great control to display formatted text (using HTML language). That text might contain links that you want to intercept in Objective-C and do a specific action (push a new view for example).
You can do this by implementing UIWebViewDelegate protocol…

- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
NSArray *parts = [[[request URL] absoluteString] componentsSeparatedByString:@"#language_id_"];
if ([parts [...]

2010
02.03

Some quick Rhodes tips: using helpers

Rhodes allows you to create and use helpers, short methods you typically use to DRY your views. Very much the same as the ones you encounter in Rails. There are a number of caveats though.
Helpers are not loaded automatically
In rails you add a module to app/helpers and it gets loaded automatically. Not so in
rhodes. [...]

2010
02.02

We discussed in the past what are the best tools out there to create mock-ups for an iPhone application storyboard — a document that describes the app flow and the desired user interaction that will get you much closer to prototyping.
A few days since the iPad has been shown in public for the first time [...]

2010
01.29

Apple iPad: will it be a success or a flop?

The new iPad. Will it be a success? Will it be a flop? Why people complain about it? Is it worth to get my apps optimized for the iPad? What if it will be a huge flop?
Continue reading to find out.
Great expectations and a bit too much excitement.
The first iPod Touch was an iPod with [...]

2010
01.28

Articles about Apple iPad

As Steve Jobs showed us the long anticipated tablet yesterday, internet (as expected) went super-crazy about it. There has been so much coverage that at some point 8 out of 10 trending topics on Twitter were iPad related. I believe everything worth saying about this device has already been written and there’s not much point [...]

2010
01.27

Apple iPad price starting at $499, available in March

Apple CEO Steve Jobs unveiled the long-awaited Apple Tablet today: the official name is iPad.
“iPad is our most advanced technology in a magical and revolutionary device at an unbelievable price,” Jobs said. “iPad creates and defines an entirely new category of devices that will connect users with their apps and content in a much more [...]

2010
01.27

Here’s a countdown for you to keep track of these few more hours to the Apple event that will unveil the Tablet device… We’re all waiting and we’ll be all watching for live updates.
Here are two sources for you: TheAppleBlog and MacWorld UK.

2010
01.26

It is just a matter of hours now to know the truth on iPad or iSlate devices, whatever the name will be… and I’ll be here updating you for sure.
In the meantime, Peter Farago, VP of of Marketing at Flurry, noted that his company believes the devices running iPhone OS 3.2 are Apple tablets because [...]