2007 2013 Kandroid
www.kandroid.org »
kandroid s/w fundamentals 교육 »
안드로이드 Platform 
▶ HTC Dream Platform Images
Java vs. Android APIs
작성자 들풀
작성일 2008-03-03 (월) 19:37
ㆍ추천: 0  ㆍ조회: 2582      
IP: 221.xxx.120
출처 : http://blogs.zdnet.com/Burnette/?p=504
 
Google’s mobile phone platform, Android, supports a relatively large subset of the Java Standard
Edition 5.0 library. Some things were left out because they simply didn’t make sense (like printing),
and others because better APIs are available that are specific to Android (like user interfaces).
This article lists what is and is not included.
 
[ Read: More coverage of Android ]
 
Supported
The following standard packages are supported in Android as of the latest release candidate.
Consult the Java 2 Platform Standard Edition 5.0 API documentation for information on how to use them.
  • java.io - File and stream I/O
  • java.lang (except java.lang.management) - Language and exception support
  • java.math - Big numbers, rounding, precision
  • java.net - Network I/O, URLs, sockets
  • java.nio - File and channel I/O
  • java.security - Authorization, certificates, public keys
  • java.sql - Database interfaces
  • java.text - Formatting, natural language, collation
  • java.util (including java.util.concurrent) - Lists, maps, sets, arrays, collections
  • javax.crypto - Ciphers, public keys
  • javax.net - Socket factories, SSL
  • javax.security (except javax.security.auth.kerberos, javax.security.auth.spi, and javax.security.sasl)
  • javax.sound - Music and sound effects
  • javax.sql (except javax.sql.rowset) - More database interfaces
  • javax.xml.parsers - XML parsing
  • org.w3c.dom (but not sub-packages) - DOM nodes and elements
  • org.xml.sax - Simple API for XML
Not supported
These packages, normally a part of the Java 2 Platform Standard Edition,
are not supported by Android.
  • java.applet
  • java.awt
  • java.beans
  • java.lang.management
  • java.rmi
  • javax.accessibility
  • javax.activity
  • javax.imageio
  • javax.management
  • javax.naming
  • javax.print
  • javax.rmi
  • javax.security.auth.kerberos
  • javax.security.auth.spi
  • javax.security.sasl
  • javax.swing
  • javax.transaction
  • javax.xml (except javax.xml.parsers)
  • org.ietf.*
  • org.omg.*
  • org.w3c.dom.* (sub-packages)
Third party libraries
In addition to the standard libraries listed above, The Android SDK
comes with a number of third-party libraries for your convenience.
  • org.apache.commons.codec - Utilities for encoding and decoding
  • org.apache.commons.httpclient - HTTP authentication, cookies, methods, and protocol
  • org.bluez - Bluetooth support
  • org.json - JavaScript Object Notation
덧글 쓰기 0
3500
※ 회원등급 레벨 0 이상 읽기가 가능한 게시판입니다.
    N     분류     제목    글쓴이 작성일 조회
15    Android - Invoke JNI based methods (Bridging C/C++ and Java) 들풀 2008-03-03 2640
14 구글 안드로이드 - DEX File Format 들풀 2008-03-03 2073
13    How to decompile .dex file on Android 들풀 2008-03-03 1469
12 구글 안드로이드 - Native C Application 제작 [2] 들풀 2008-03-03 3233
11    Native C, dynamically linked and shared library 들풀 2008-03-03 1465
10 구글 안드로이드 - 웹 브라우저 프락시 설정 들풀 2008-03-03 2582
9    [인베인] Android 웹브라우저에 프락시 설정하여 인터넷 사용.. [1] 들풀 2008-03-03 4400
8 구글 안드로이드 - J2ME Code 실행 들풀 2008-03-03 1990
7 구글 안드로이드 - API 정리 들풀 2008-03-03 5690
6    Java vs. Android APIs 들풀 2008-03-03 2582
5 Dalvik, Android's VM, generates significant debate 들풀 2008-03-03 2141
4 구글의 Android 플랫폼, 그리고 Dalvik VM [3] 들풀 2008-03-03 4432
3 The Case for Virtual Register Machines [1] 들풀 2008-03-03 1873
2 구글 안드로이드 - Dalvik (Non Standard JVM) 들풀 2008-03-03 3837
1 구글 안드로이드 - Apache Software License 들풀 2008-03-03 3553
1234567