2010
02.28

iPad Characteristics

This is abstract about key iPad features and characteristics. Here you can learn few differences between iPhone and iPad phenomenon. :)

Split view – you can use this iPad-only element to display more than one view onscreen at a time, such as to present data in a master-detail or source list–style arrangement. The split view is a [...]

2010
02.22

With iPhone OS 3.0, Apple added an age rating system for applications. This not only allowed parents to set appropriate application access for their families, but also opened up the potential for developers to release applications with more adult-oriented content, until Apple received “numerous complaints” from users asking for the “Wobble iBoobs” app to be [...]

2010
02.19

Intel Moblin + Nokia Maemo = MeeGo

Intel’s Mobilin and Nokia’s Maemo, two Linux-based mobile operating systems, will be merged into one platform. Intel and Nokia said the MeeGo platform will extend beyond smartphones and will be flexible enough to scale to larger devices like full-fledged computers or in-car systems.
The first devices running MeeGo, including a new phone from Nokia, are expected [...]

2010
02.19

Nokia, the world’s largest cell phone maker, launched Symbian OS 10 years ago. It established the market for smart phones and helped propel Nokia to its market dominance. More than 330 million cell phones running Symbian OS have been produced by a number of makers, including Nokia, Samsung, Sony Ericsson, Motorola, LG, Sharp, Fujitsu, and [...]

2010
02.18

Starting with Titanium and Android

Appcelerator Titanium is one of the 3 cross-platform mobile frameworks (the other 2 are Rhodes and PhoneGap). Similar to PhoneGap, it exposes devices capabilites through Javascript and you write your app using HTML, CSS and of course, Javascript. What really sets Titanium apart is its user interface API: you can use Javascript to create table [...]

2010
02.16

Just four months after Windows Mobile 6.5 hit the market, Microsoft has officially introduced Windows Phone 7 Series, the new multitouch-capable mobile operating system designed to defeat Apple’s iPhone.
We were all looking at the iPad and suddenly, Microsoft comes with this new, impressive, and I would dare to say “original” take on the mobile phones [...]

2010
02.16

Just four months after Windows Mobile 6.5 hit the market, Microsoft has officially introduced Windows Phone 7 Series, the new multitouch-capable mobile operating system designed to defeat Apple’s iPhone.
We were all looking at the iPad and suddenly, Microsoft comes with this new, impressive, and I would dare to say “original” take on the mobile phones [...]

2010
02.13

Is Apple looking into licensing the iPhone OS?

Could Apple bet on the App Store revenues and licensing revenues and give away the iPhone OS to third parties?
Will we ever see a Motorola or HTC built phone running the iPhone OS? Will we ever see inexpensive chinese phones running it?… Let’s see what that would mean to Apple.
Apple’s iPhone with its iPhone SDK [...]

2010
02.13

Code blocks with optional arguments in Ruby 1.8.x

Ruby 1.9 has some cool new features. One of them is the ability to define default values for the arguments passed to code blocks, like in the following example:

pow = proc { |a, b = 2| a**b }
 
pow.call 3, 3
# 27
 
pow.call 3
# 9

This is very useful, for instance, when we dynamically create new methods using [...]

2010
02.11

Analyzing how users are prompted to review iPhone apps,  it seems that our apps are more likely to get negative reviews. Here’s why: a user is prompted to rate an app when he deletes it. When the app is deleted, it is pretty safe to say that the user was not satisfied with it, [...]