Google Android - Google

Table of Contents

我對這東西認識不深,但頗想知道是如何脫離SUN呢?
然使用的語言平台是j2se,那麼是否只是提供另一套API及SDK,
執行在google所提供的執行平台上?


也就是說,android能做到的事,以現在的平台來說做不到?



※ 引述《wctang (wctang)》之銘言:
: ※ [本文轉錄自 java 看板]
: 作者: wctang (wctang) 看板: java
: 標題: [新聞] Google Android
: 時間: Wed Nov 14 02:22:48 2007
: http://blogoscoped.com/archive/2007-11-13-n83.html
: How Google Android Routes Around Java Restrictions
: 為了讓 Java 在 mobile 環境中脫離 sun 的控制,Google
: Android 使用自己的 virtual machine: Dalvik 。
: Dalvik is a virtual machine, just like Java's or
: .NET's.. but it’s Google's own and they're making
: it open source without having to ask permission to
: anyone
: Android uses the syntax of the Java platform and
: the java SE class library but not the Java bytecode
: or the Java virtual machine to execute it on the phone
: 果然像是 Google 的做法。看來 mobile 平台上的 VM 大戰
: 也是 Java 和 .Net,只是 java 方的代表可能就不是 sun
: 了。Android 相當讓人看好啊....XD
: http://tw.youtube.com/view_play_list?p=D7C64411AF40DEA5 Androidology
: A series of educational videos on the Android platform

--

All Comments

Tristan Cohan avatarTristan Cohan2007-11-19
執行的環境脫離Sun JavaME的VM, 跑在Google的VM裡...
Adele avatarAdele2007-11-20
Android多了一個linux當OS. 不過做的應用和JavaME一樣.
Odelette avatarOdelette2007-11-21
但會是open source的license,不會被SUN綁住.
Ula avatarUla2007-11-23
他的vm有針對嵌入式環境做最佳化,另外也是開放原始碼