Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1136396
  • 博文数量: 276
  • 博客积分: 8317
  • 博客等级: 少将
  • 技术积分: 2329
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-12 08:17
个人简介

http://ads.buzzcity.net/adpage.php?partnerid=40096

文章分类

全部博文(276)

文章存档

2013年(1)

2012年(38)

2011年(102)

2010年(85)

2009年(45)

2008年(5)

分类: LINUX

2010-01-13 19:00:35

Android 2.1, Release 1

android 2.1已经发布了,可以直接从下载

Date: January 2010
API Level: 7

Android 2.1 is a minor platform release deployable to Android-powered handsets starting in January 2010. This release includes new API changes and bug fixes. For information on changes, see the section.

For developers, the Android 2.1 platform is available as a downloadable component for the Android SDK. The downloadable platform includes a fully compliant Android library and system image, as well as a set of emulator skins, sample applications, and more. The downloadable platform includes no external libraries.

To get started developing or testing against the Android 2.1 platform, use the Android SDK and AVD Manager tool to download the platform into your Android SDK. For more information, see .

Platform Highlights

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

Built-in Applications

The system image included in the downloadable platform provides these built-in applications:

  • Alarm Clock
  • Browser
  • Calculator
  • Camera
  • Contacts
  • Custom Locale (developer app)
  • Dev Tools (developer app)
  • Email
  • Gallery
  • IMEs for Japanese, Chinese, and Latin text input
  • Messaging
  • Music
  • Phone
  • Settings
  • Spare Parts (developer app)

Locales

The system image included in the downloadable platform provides a variety of built-in locales. In some cases, region-specific strings are available for the locales. In other cases, a default version of the language is used. The languages that are available in the Android 2.1 system image are listed below (with language_country/region locale descriptor).

  • Chinese, PRC (zh_CN)
  • Chinese, Taiwan (zh_TW)
  • Czech (cs_CZ)
  • Dutch, Netherlands (nl_NL)
  • Dutch, Belgium (nl_BE)
  • English, US (en_US)
  • English, Britain (en_GB)
  • English, Canada (en_CA)
  • English, Australia (en_AU)
  • English, New Zealand (en_NZ)
  • English, Singapore(en_SG)
  • French, France (fr_FR)
  • French, Belgium (fr_BE)
  • French, Canada (fr_CA)
  • French, Switzerland (fr_CH)
  • German, Germany (de_DE)
  • German, Austria (de_AT)
  • German, Switzerland (de_CH)
  • German, Liechtenstein (de_LI)
  • Italian, Italy (it_IT)
  • Italian, Switzerland (it_CH)
  • Japanese (ja_JP)
  • Korean (ko_KR)
  • Polish (pl_PL)
  • Russian (ru_RU)
  • Spanish (es_ES)
  • Localized UI strings match the locales that are accessible through Settings.

    Emulator Skins

    The downloadable platform includes a set of emulator skins that you can use for modeling your application in different screen sizes and resolutions. The emulator skins are:

    • QVGA (240x320, low density, small screen)
    • WQVGA (240x400, low density, normal screen)
    • FWQVGA (240x432, low density, normal screen)
    • HVGA (320x480, medium density, normal screen)
    • WVGA800 (480x800, high density, normal screen)
    • WVGA854 (480x854 high density, normal screen)

    For more information about how to develop an application that displays and functions properly on all Android-powered devices, see .

    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 element in your application's manifest.

    For more information about how to use API Level, see the 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 package.
    • New class.
    • Updated .

    Telephony

    • New class provides information about the device's current network signal. This can be acquired from the new callback.
    • New callback.

    Views

    • New methods and .
    • New methods and .
    • New methods and .

    WebKit

    • New methods to manipulate web storage databases.
    • New methods to get Geolocation permissions from, and set them on the WebView.
    • New methods to manage settings for app cache, web storage, and zooming based on screen density.
    • New 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 .


    阅读(994) | 评论(0) | 转发(0) |
    给主人留下些什么吧!~~