From ea72329bcc360437d67492bc4f2c82e65e8ba841 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 9 Feb 2011 16:01:04 -0800 Subject: [PATCH] docs: update 3.0 version notes Change-Id: Ib864f2b0964877b69e119cdf8e21e710b5b5fbc4 --- docs/html/sdk/android-2.3.3.jd | 2 +- docs/html/sdk/android-2.3.jd | 2 +- docs/html/sdk/android-3.0.jd | 683 +++++++++++++++++++++++++-------- docs/html/sdk/sdk_toc.cs | 42 +- 4 files changed, 546 insertions(+), 183 deletions(-) diff --git a/docs/html/sdk/android-2.3.3.jd b/docs/html/sdk/android-2.3.3.jd index dbc48f429f9a8..6d60fccdcef08 100644 --- a/docs/html/sdk/android-2.3.3.jd +++ b/docs/html/sdk/android-2.3.3.jd @@ -54,7 +54,7 @@ href="{@docRoot}sdk/index.html">download the SDK Starter Package first.

For a high-level introduction to Android 2.3, see the Platform Highlights.

+href="{@docRoot}sdk/android-2.3-highlights.html">Platform Highlights.

Revisions

diff --git a/docs/html/sdk/android-2.3.jd b/docs/html/sdk/android-2.3.jd index 734d97bad695e..e7aa0fac727a4 100644 --- a/docs/html/sdk/android-2.3.jd +++ b/docs/html/sdk/android-2.3.jd @@ -51,7 +51,7 @@ href="{@docRoot}sdk/index.html">download the SDK Starter Package first.

For a high-level introduction to Android {@sdkPlatformVersion}, see the Platform Highlights.

+href="{@docRoot}sdk/android-{@sdkPlatformVersion}-highlights.html">Platform Highlights.

Revisions

diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index 2c8a7f018a60c..4be98e634aa16 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -1,4 +1,6 @@ page.title=Android 3.0 Platform Preview +sdk.platform.version=3.0 +sdk.platform.apiLevel=11 @jd:body
@@ -6,6 +8,7 @@ page.title=Android 3.0 Platform Preview

In this document

    +
  1. Revisions
  2. API Overview
  3. API Level
  4. Built-in Applications
  5. @@ -16,7 +19,7 @@ page.title=Android 3.0 Platform Preview

    Reference

    1. API +href="{@docRoot}sdk/api_diff/11/changes.html">API Differences Report »
    @@ -28,18 +31,51 @@ Differences Report »
-

API Level: Honeycomb

-

For developers, the Android 3.0 preview is available as a downloadable component for the -Android SDK.

+

API Level: {@sdkPlatformApiLevel}

-

Note: Read the Getting Started guide for important information -about setting up your development environment and limitiations of the Android 3.0 preview.

+

For developers, the Android {@sdkPlatformVersion} platform is available as a downloadable +component for the Android SDK. The downloadable platform includes an Android library and system +image, as well as a set of emulator skins and more. The downloadable platform includes no external +libraries.

+ +

To get started developing or testing against Android {@sdkPlatformVersion}, use the Android SDK +Manager to download the platform into your SDK. For more information, see Adding SDK Components. If you are new to Android, download the SDK Starter Package first.

+ +

For a high-level introduction to Android {@sdkPlatformVersion}, see the Platform +Highlights.

+

Revisions

+

To determine what revision of the Android {@sdkPlatformVersion} platform you have installed, +refer to the "Installed Packages" listing in the Android SDK and AVD Manager.

+ + +
+ +

+ + Android {@sdkPlatformVersion}, Revision 1 (February 2011) +

+ +
+ +
+ +
Dependencies:
+
+

Requires SDK Tools r10 or higher.

+
+ +
+ +
+
@@ -49,6 +85,9 @@ about setting up your development environment and limitiations of the Android 3. including new features and changes in the framework API since the previous version.

+ + +

Fragments

A fragment is a new framework component that allows you to separate distinct elements of an @@ -65,9 +104,9 @@ activity is running.

Additionally:

@@ -470,13 +540,6 @@ It - - - -

Graphics