diff --git a/docs/html/guide/developing/projects/projects-cmdline.jd b/docs/html/guide/developing/projects/projects-cmdline.jd index 08e0d9a16a8f3..81c2c584e45eb 100644 --- a/docs/html/guide/developing/projects/projects-cmdline.jd +++ b/docs/html/guide/developing/projects/projects-cmdline.jd @@ -114,7 +114,7 @@ android create project \

Caution: You should refrain from moving the location of the SDK directory, because this will break the SDK location property located in local.properties. If you need to update the SDK location, use the android update project command. - See Updating a Project for more information.

+ See Updating a Project for more information.

Updating a Project

diff --git a/docs/html/guide/practices/optimizing-for-3.0.jd b/docs/html/guide/practices/optimizing-for-3.0.jd index e9683725b43e8..a24dba8fe50fe 100644 --- a/docs/html/guide/practices/optimizing-for-3.0.jd +++ b/docs/html/guide/practices/optimizing-for-3.0.jd @@ -411,8 +411,8 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/Acti >Action Bar: Samples that demonstrate various Action Bar features, such as tabs, logos, and action items.
  • Clipboard: An example of how to use the clipboard for copy and paste operations.
  • +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/content/ClipboardSample.html" +>Clipboard: An example of how to use the clipboard for copy and paste operations.
  • Drag and Drop: An example of how to perform drag and drop with new View events.
  • @@ -427,11 +427,11 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/animatio Property Animation: Several samples using the new animation APIs to animate object properties.
  • Search View Widget: Example using the new search widget in the Action Bar (as an +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.html"> +Search View Widget: Example using the new search widget in the Action Bar (as an "action view").
  • Renderscript: Contains several +href="{@docRoot}resources/samples/RenderScript/index.html">Renderscript: Contains several different applications that demonstrate using renderscript APIs for computations and 3D graphics.
  • diff --git a/docs/html/guide/practices/screen-compat-mode.jd b/docs/html/guide/practices/screen-compat-mode.jd index 6a77d60f69fed..7f10914d7d95e 100644 --- a/docs/html/guide/practices/screen-compat-mode.jd +++ b/docs/html/guide/practices/screen-compat-mode.jd @@ -71,7 +71,7 @@ href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code android:minSdkVersion} or {@code android:targetSdkVersion} to {@code "4"} or higher, or set {@code +href="{@docRoot}guide/topics/manifest/supports-screens-element.html#resizeable">{@code android:resizeable} to {@code "true"}.

    diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd index 6dec4b32a1c1d..0c3c7d30b11ae 100644 --- a/docs/html/guide/practices/screens_support.jd +++ b/docs/html/guide/practices/screens_support.jd @@ -1111,7 +1111,7 @@ pixels.

    Figure 5. Comparison of pre-scaled and auto-scaled bitmaps, from +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.html"> ApiDemos.

    @@ -1150,7 +1150,7 @@ subtle, because all of the bitmaps are being scaled to match the current screen scaled bitmaps have slightly different appearances depending on whether they are pre-scaled or auto-scaled at draw time. You can find the source code for this sample application, which demonstrates using pre-scaled and auto-scaled bitmaps, in +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.html"> ApiDemos.

    Note: In Android 3.0 and above, there should be no perceivable diff --git a/docs/html/guide/topics/admin/device-admin.jd b/docs/html/guide/topics/admin/device-admin.jd index 7dddd9acc7ef5..7bbf5e65948d1 100644 --- a/docs/html/guide/topics/admin/device-admin.jd +++ b/docs/html/guide/topics/admin/device-admin.jd @@ -619,8 +619,8 @@ long pwExpiration; mDPM.setPasswordExpirationTimeout(mDeviceAdminSample, pwExpiration); -

    From the Device Administration API sample, here is the code +

    From the Device Administration API sample, here is the code that updates the password expiration status:

    diff --git a/docs/html/guide/topics/fundamentals/loaders.jd b/docs/html/guide/topics/fundamentals/loaders.jd
    index d31f0905dfe76..3aad2046771d8 100644
    --- a/docs/html/guide/topics/fundamentals/loaders.jd
    +++ b/docs/html/guide/topics/fundamentals/loaders.jd
    @@ -32,7 +32,8 @@ parent.link=activities.html
         

    Related samples

    1. FragmentListCursorLoader
    2. +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderCursor.html"> +LoaderCursor
    3. LoaderThrottle
    4. @@ -485,7 +486,9 @@ public static class CursorLoaderListFragment extends ListFragment

      There are a few different samples in ApiDemos that illustrate how to use loaders:

    For an example using the {@link android.widget.ShareActionProvider}, see the ActionBarActionProviderActivity -class in ApiDemos.

    +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ActionBarActionProviderActivity.html" +>ActionBarActionProviderActivity class in ApiDemos.

    Collapsible action views

    @@ -1530,7 +1531,7 @@ href="{@docRoot}guide/topics/resources/drawable-resource.html#StateList">state l provide a different background drawable when a cursor hovers over the view.

    For a demonstration of the new hover events, see the Hover class in +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/Hover.html">Hover class in ApiDemos.

    @@ -1571,7 +1572,7 @@ android.view.MotionEvent#AXIS_DISTANCE}, {@link android.view.MotionEvent#AXIS_TI android.view.MotionEvent#AXIS_ORIENTATION}.

    For a demonstration of tool types, button states and the new axis codes, see the TouchPaint +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.html">TouchPaint class in ApiDemos.

    @@ -1773,7 +1774,7 @@ operations. See the object (View, Drawable, Fragment, Object, or anything else) and define animation aspects such as duration, interpolation, repeat and more. The new framework makes Animations in Android simpler than ever. See the -Property Animation developer +Property Animation developer guide.
  • RenderScript graphics and compute engine: RenderScript offers a high performance 3D graphics rendering and compute API at the native level, which you write in the C (C99 standard),