AboutBlogContact
TechnologyJanuary 27, 2010 2 min read 34

The iPad: Is This Just a Giant iPhone?

AunimedaAunimeda
📋 Table of Contents

The iPad: Is This Just a Giant iPhone?

It’s January 2010, and the tech world is divided. Steve Jobs just sat in a comfortable chair on stage and spent an hour browsing the web, reading a digital book, and flicking through photos on a 9.7-inch slate called the iPad.

The "Naysayers" are out in force. "It doesn't have a camera. It doesn't have USB ports. It doesn't run Flash (more on that later). It’s just a big iPod Touch."

But sitting here, watching the demo, I think Apple has just defined a new category of computing.

The End of the Netbook

For the last two years, the industry’s answer to "cheap, portable computing" has been the Netbook-tiny, underpowered laptops with cramped keyboards and terrible screens. The iPad kills the netbook. It’s not a "mini computer"; it’s an "app appliance."

The A4 chip inside is shockingly fast. The responsiveness of the touch interface on that large IPS screen makes a laptop feel like a relic from the 19th century.

Developing for the "Big Screen"

For us developers, the iPad is a whole new canvas. We have to move beyond the single-list view of the iPhone. Apple has introduced new UI paradigms like "Split Views" and "Popovers."

// New iPad-specific UI components
UISplitViewController *splitViewController = [[UISplitViewController alloc] init];
splitViewController.viewControllers = [NSArray arrayWithObjects:masterNav, detailNav, nil];

The challenge will be creating "HD" versions of our apps that actually use the extra space, rather than just stretching out the iPhone UI.

Looking Ahead

The iPad isn't for "creating" (yet). You wouldn't want to write code on it. But for "consuming"-reading, watching, browsing, gaming-it’s perfect. It’s the computer for your grandmother, your kids, and for you when you’re on the couch.

It’s also the final nail in the coffin for the "stylus." This is a purely "finger-driven" device. Apple is betting that the future of computing is more intimate, more direct, and much simpler. I think they’re right.

Read Also

Chrome OS Cr-48: Living Entirely in the Browseraunimeda
Technology

Chrome OS Cr-48: Living Entirely in the Browser

Google has started shipping the Cr-48, a laptop with no 'desktop' and no 'files.' It's just a browser. Is the world ready for the Cloud OS?

Square: Turning an iPhone into a Credit Card Readeraunimeda
Technology

Square: Turning an iPhone into a Credit Card Reader

Jack Dorsey's new company, Square, has released a tiny white dongle that plugs into your headphone jack. Small business will never be the same.

The Tesla Model S: A Computer with Wheelsaunimeda
Technology

The Tesla Model S: A Computer with Wheels

Tesla has shown off the prototype for the Model S. With a 17-inch touchscreen and over-the-air updates, it's clear this is a software company making a car.

Need IT development for your business?

We build websites, mobile apps and AI solutions. Free consultation.

Get Consultation All articles