Google released Android SDK preview today, have a look at the feature overview video. From the application development demonstration, and technical presentations (video 1, 2, and 3), you can see that Java (as a programming language) is almost everywhere, but on a different virtual machine--Dalvik Virtual Machine, a register-based (typically JVM is stack-based) virtual machine that optimized for mobile devices. Another interesting thing is, it supports OpenGL ES 1.0 specification, and the "Surface Manager" could seamlessly composite 2D and 3D graphic layers from multiple applications.

Here is the architecture of Android platform (click to enlarge):

You may download the SDK here.

评论:

You may have interests to take a look, Dalvik: how Google routed around Sun's
IP-based licensing restrictions on Java ME,
http://www.betaversion.org/~stefano/linotype/news/110/ .

发表于 221.222.73.163 在 2007年11月14日, 07:47 上午 CST #

发表一条评论:
该日志评论功能被禁用了。

This blog copyright 2009 by yongsun