[출처 : Android Developer]

Android 2.1, Release 1 SDK가 1월 12일(?) 쯔음...발표 되었습니다.

요즘 업무에 치여 살다 보니 약간 늦게 정리를 합니다....


API Level : 7

This release includes new API changes and bug fixes. For information on changes, see the Framework API section.

Android 2.1 does not add significant user features, see the Android 2.0 Platform Highlights document for the latest user features.

Android 2.1 SDK에서는 Platform features는 2.0과 동일하고 Framework API에 새로운 API와 bug가 수정되어 졌네요.


Framework API

The sections below provide information about changes made to the application framework API provided by the Android 2.1 platform.

API level

The Android 2.1 platform delivers an updated version of the framework API. The Android 2.1 API is assigned an integer identifier — 7 — that is stored in the system itself. This identifier, called the "API Level", allows the system to correctly determine whether an application is compatible with the system, prior to installing the application.

To use APIs introduced in Android 2.1 in your application, you need to set the proper value, "7", in the attributes of the <uses-sdk> element in your application's manifest.

For more information about how to use API Level, see the API Levels document.

API changes summary

The following is a summary of some notable changes to the framework APIs.

Live Wallpapers

The following additions provide APIs for you to develop animated wallpapers:

  • New android.service.wallpaper package.
  • New WallpaperInfo class.
  • Updated WallpaperManager.

Telephony

  • New SignalStrength class provides information about the device's current network signal. This can be acquired from the new onSignalStrengthsChanged(SignalStrength) callback.
  • New onDataConnectionStateChanged(int, int) callback.

Views

  • New View methods isOpaque() and onDrawScrollBars(Canvas).
  • New RemoteViews methods addView(int, RemoteViews) and removeAllViews(int).
  • New ViewGroup methods isChildrenDrawingOrderEnabled() and setChildrenDrawingOrderEnabled(boolean).

WebKit

  • New WebStorage methods to manipulate web storage databases.
  • New GeolocationPermissions methods to get Geolocation permissions from, and set them on the WebView.
  • New WebSettings methods to manage settings for app cache, web storage, and zooming based on screen density.
  • New WebChromeClient methods for handling video, browsing history, custom Views, app cache limits, and more.

API differences report

For a detailed view of all API changes in Android 2.1 (API Level 7), as compared to API Level 6, see the API Differences Report.

트랙백 주소 :: http://www.mirwing.com/189/trackback/
옵션
댓글 달기