Archive for November, 2008

Android Application

Artificial Life, a mobile entertainment and game company announced that they will be making Games and Applications for Android. The company looks pretty interesting so hopefully some cool applications will come out of this.

You can check their site out here:
artificial-life.com

Android Demo on Jade Z228

Dalvik VM (Virtual Machine)

The development process is a standard one for Java developers: Java code is compiled into .JAR and .CLASS files. Google built a custom virtual machine to run these programs; it is called DALVIK (after one engineer’s favorite location in Iceland.) The DALVIK VM is designed especially for Android to run on embedded systems and work well in low power situations; it’s also tuned to the CPU attributes. The DALVIK VM creates a special file format (.DEX) that is created through build time post processing. The DEX files can be downloaded onto the mobile handsets and run.

Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so that a device can run multiple VMs efficiently. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a Java language compiler that have been transformed into the .dex format by the included “dx” tool.

The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.

Source: Open Handset Alliance, OnLamp

$10 Million On The Table For Android Apps

Understanding that developers need to be bribed to create applications for a new mobile platform, Google has put up $10m in prizes for the best Android apps.

The Android Developer Challenge comes in two parts: the first runs until March 2008 and awards $25K apiece to the best 50 applications. The second leg kicks off only when some Android handsets available – which should be some time in the second half of 2008. This will see ten winners walking away with $257,000 with ten runners-up getting $100,000.

Putting up prizes to drive mobile development is nothing new, and while the Android Developer Challenge might offer more money, it comes without the promise of marketing and licensing assistance that normally accompanies such promotions (though the value of that varies widely).

Android is, in theory, the child of the newly-formed Open Handset Alliance, but Google is hosting the SDK (software developer’s kit) and Google is putting up the money.

The competition comes as the Android SDK is also launched, so developers can download and start coding (using an emulated device) immediately.

Source: TheRegister

Checking In On The Pundits With Android

It already seems like an eternity ago, but Google’s big Open Handset Alliance / Android announcement was arguably the biggest news of the week, and it inspired a number of tech pundits and bloggers to weigh in — and Steve Ballmer to talk some major smack. Since no one really knows how any of this is going to play out, we thought we’d round up some of the more interesting viewpoints for easy reference — and maybe some easy laughs — when we get our hands on the first “GPhone” in late 2008.We gotta start with John Dvorak, who cut straight to the point and said “The Google phone is doomed.” Additional money quotes include “Google is actually not a charismatic company that can make this new platform happen in a big way,” and “When I see a bunch of joiners jumping on some unknown, unreleased unfinished pipe dream, I actually laugh.” He even roped in the iPhone, calling it more of a “photo album than a phone.” Actually, Dvorak’s whole column is a great read even if just to experience the man’s naked anger towards every phone ever made.

Not to be outdone at the contrarian game, Microsoft CEO Steve Ballmer came out swinging as well, saying “Their efforts are just some words on paper right now.” Actually, he does have a point there — although Google and HTC may have been developing that “Dream” prototype, the real news will come in late 2008 when Android devices start shipping. How does that compare to WinMo, Steve? “They have a press release, we have many, many millions of customers, great software, many hardware devices and they’re welcome in our world.”Other media members seemed just as skeptical, if not as openly hostile: Robert Scoble was pumped about the open source angle, but wanted to know how Android was going to integrate with his car, saying that Microsoft’s Sync was way ahead in that department. Om Malik started out calling Android “a massive PR move” and started asking why all the OHA partners seemed to be hedging their bets — specifically HTC, which is a huge WinMo shop but also a big part of OHA.

Way on the other side of things is the always-controversial Rob Enderle, who called the smartphone market a “horserace” with Google in possession of the fastest horse: “Unless someone else figures out how to do this as well or better, Google ends up as one of the most powerful companies ever.” That’s a lot of assumptions, but Enderle doesn’t really do it any other way.

Of course, it’s lonely at the top, and apart from Enderle and Google and the OHA partners themselves, there’s doesn’t seem to be a lot of faith that Android will deliver. The going consensus seems to be optimistic hope tempered by a long history with committee-based projects that seem to die on the vine — as Steven Frank put it, “A 34-company committee couldn’t create a successful ham sandwich, much less a mobile application suite.” Ouch.We’d be remiss if we didn’t include our own take, which, as usual, took the form of an open plea to Palm to save itself anyway it can — which it gently ignored. Apart from that, we definitely got the press release vibe from the whole thing — and we really, really want to see a device soon, even if just in prototype form. It seems like it’ll be a long year of speculation until then.

Source: Engadget

Android SDK

An early preview of Google’s Android SDK will be available to download on Monday, November 12, 2007. Google has been very secretive about the details of Android so it will be interesting to see if this is something that could really make a serious impact on the mobile market.