From 3dec7d563a2f3e1eb967ce2054a00b6620e3558c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:33 -0800 Subject: auto import from //depot/cupcake/@137055 --- docs/html/app.yaml | 29 +- docs/html/community/index.jd | 4 +- docs/html/guide/publishing/app-signing.jd | 2 +- docs/html/guide/publishing/preparing.jd | 36 +- docs/html/guide/publishing/publishing.jd | 2 +- docs/html/guide/topics/manifest/manifest-intro.jd | 2 +- docs/html/guide/topics/ui/themes.jd | 43 +- .../guide/tutorials/views/hello-autocomplete.jd | 2 +- docs/html/guide/tutorials/views/hello-formstuff.jd | 20 +- docs/html/guide/tutorials/views/hello-gridview.jd | 1 + docs/html/guide/tutorials/views/hello-mapview.jd | 34 +- docs/html/sdk/1.0_r1/index.jd | 81 +- docs/html/sdk/1.0_r1/installing.jd | 171 +- docs/html/sdk/1.0_r1/upgrading.jd | 103 +- docs/html/sdk/1.0_r2/index.jd | 81 +- docs/html/sdk/1.0_r2/installing.jd | 171 +- docs/html/sdk/1.0_r2/requirements.jd | 44 + docs/html/sdk/1.0_r2/upgrading.jd | 103 +- docs/html/sdk/1.1_r1/index.jd | 12 +- docs/html/sdk/1.1_r1/installing.jd | 139 +- docs/html/sdk/sdk_toc.cs | 44 +- docs/html/search.jd | 68 +- docs/html/sitemap.txt | 5444 ++++++++++++++++++++ 23 files changed, 6246 insertions(+), 390 deletions(-) create mode 100644 docs/html/sdk/1.0_r2/requirements.jd create mode 100644 docs/html/sitemap.txt (limited to 'docs/html') diff --git a/docs/html/app.yaml b/docs/html/app.yaml index c63791e..9ffb775 100644 --- a/docs/html/app.yaml +++ b/docs/html/app.yaml @@ -3,9 +3,36 @@ version: 1 runtime: python api_version: 1 +# This file defines two mutually exclusive +# hander blocks: +# - a handler for use on a local dev_appserver +# during development or non-production doc build +# - a handler for use on a production gae +# instance. This handler requires that the +# docs files in the app have been compressed +# with divide_and_compress.py and that main.py +# and gae_shell/ are present. +# +# Only one of the handler blocks should be +# uncommented at any given time. By default, +# the development handler is exposed. + handlers: +# DEVELOPMENT HANDLER +# (this handler block *must* be commented +# out before pushing to a production server) - url: / static_dir: / - +# PRODUCTION GAE HANDLER +#- url: /gae_shell/static +# static_dir: gae_shell/static +# expiration: 1d +# +#- url: /gae_shell/.* +# script: /gae_shell/shell.py +# login: admin +# +#- url: .* +# script: main.py diff --git a/docs/html/community/index.jd b/docs/html/community/index.jd index 4dc5503..2df4c01 100644 --- a/docs/html/community/index.jd +++ b/docs/html/community/index.jd @@ -4,7 +4,7 @@ page.title=Community

Community

-

Welcome to the Android developers community! We're glad you're here and invite you to participate in these discussions. Before posting, please red the Groups Charter that covers the community guidelines.

+

Welcome to the Android developers community! We're glad you're here and invite you to participate in these discussions. Before posting, please read the Groups Charter that covers the community guidelines.

Note: If you are seeking discussion about Android source code (not application development), then please refer to the Open Source Project Mailing lists.

@@ -115,4 +115,4 @@ you want to read this group?" select one of the email options. -
\ No newline at end of file + diff --git a/docs/html/guide/publishing/app-signing.jd b/docs/html/guide/publishing/app-signing.jd index 1862b50..28c927a 100644 --- a/docs/html/guide/publishing/app-signing.jd +++ b/docs/html/guide/publishing/app-signing.jd @@ -94,7 +94,7 @@ you can run Keytool manually to generate your own keystore/key and then sign you application with Jarsigner. -

Signing Strategies

+

Signing Strategies

Some aspects of application signing may affect how you approach the development of your application, especially if you are planning to release multiple diff --git a/docs/html/guide/publishing/preparing.jd b/docs/html/guide/publishing/preparing.jd index 4db546d..d355265 100644 --- a/docs/html/guide/publishing/preparing.jd +++ b/docs/html/guide/publishing/preparing.jd @@ -18,9 +18,11 @@ page.title=Preparing to Publish: A Checklist

Publishing an application means testing it, packaging it appropriately, and making it available to users of Android-powered mobile devices.

-

If you plan to publish your application for installation on Android-powered devices, -there are several things you need to do, to get your application ready. This document -the significant checkpoints for preparing your application for a successful release.

+

If you plan to publish your application for installation on +Android-powered devices, there are several things you need to do, to get +your application ready. This document highlights the significant +checkpoints for preparing your application for a successful release. +

If you will publish your application on Android Market, please also see Publishing on Android Market @@ -67,7 +69,7 @@ testing classes and tools. You can use {@link android.app.Instrumentation Instrumentation} to run JUnit and other test cases, and you can use testing tools such as the UI/Application -Exerciser Monkey.

+Exerciser Monkey.

- - - - - - - - - - - - - - - - diff --git a/docs/html/sdk/1.0_r1/upgrading.jd b/docs/html/sdk/1.0_r1/upgrading.jd index 168f1be..480bff3 100644 --- a/docs/html/sdk/1.0_r1/upgrading.jd +++ b/docs/html/sdk/1.0_r1/upgrading.jd @@ -1,37 +1,12 @@ page.title=Upgrading the SDK +sdk.version=1.0_r1 @jd:body - - +

For the current SDK release, see the links under Current SDK Release in the side navigation.

This guide will help you migrate your development environment and applications -to the latest version of the SDK. Use this guide if you've been developing applications -on a previous version of the Android SDK. -

+to version 1.0, release 1, of the Android SDK. Use this guide if you've been developing applications +on a different version of the Android SDK.

To ensure that your applications are compliant with the Android 1.0 system available on mobile devices, you need to install the new SDK and port your existing Android @@ -39,9 +14,7 @@ applications to the updated API. The sections below guide you through the proces

Install the new SDK

-

Download the SDK and unpack it into a safe location.

- -

After unpacking the new SDK, you should:

+

After unpacking the SDK, you should:

- - - - - - - - - - - - - - - - diff --git a/docs/html/sdk/1.0_r2/requirements.jd b/docs/html/sdk/1.0_r2/requirements.jd new file mode 100644 index 0000000..74d90ef --- /dev/null +++ b/docs/html/sdk/1.0_r2/requirements.jd @@ -0,0 +1,44 @@ +page.title=System Requirements +sdk.version=1.0_r2 + + +@jd:body + +

The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android 1.0 SDK, Release 2.

+ +

System and Software Requirements

+

The following systems and development environments are supported by this SDK.

+ +

Supported Operating Systems:

+ + +

Supported Development Environments:

+ + +

Note: If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In +particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development.

\ No newline at end of file diff --git a/docs/html/sdk/1.0_r2/upgrading.jd b/docs/html/sdk/1.0_r2/upgrading.jd index 168f1be..df9b657 100644 --- a/docs/html/sdk/1.0_r2/upgrading.jd +++ b/docs/html/sdk/1.0_r2/upgrading.jd @@ -1,37 +1,12 @@ page.title=Upgrading the SDK +sdk.version=1.0_r2 @jd:body - - +

For the current SDK release, see the links under Current SDK Release in the side navigation.

This guide will help you migrate your development environment and applications -to the latest version of the SDK. Use this guide if you've been developing applications -on a previous version of the Android SDK. -

+to version 1.0, release 2, of the Android SDK. Use this guide if you've been developing applications +on a different version of the Android SDK.

To ensure that your applications are compliant with the Android 1.0 system available on mobile devices, you need to install the new SDK and port your existing Android @@ -39,9 +14,7 @@ applications to the updated API. The sections below guide you through the proces

Install the new SDK

-

Download the SDK and unpack it into a safe location.

- -

After unpacking the new SDK, you should:

+

After unpacking the SDK, you should: