From 4e2c9dc74b74b1ba10793177475a599f75fbb18b Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Jul 2013 19:35:17 -0700 Subject: update all links to the support library Change-Id: I173e3690148e5de3020bfdca8087906faa56b13b --- docs/html/_redirects.yaml | 2 +- docs/html/about/versions/android-4.0.jd | 2 +- docs/html/about/versions/android-4.3.jd | 6 +++--- docs/html/google/play/publishing/multiple-apks.jd | 6 +++--- docs/html/guide/practices/optimizing-for-3.0.jd | 6 +++--- docs/html/guide/practices/tablets-and-handsets.jd | 4 ++-- docs/html/guide/topics/ui/accessibility/apps.jd | 8 ++++---- docs/html/guide/topics/ui/accessibility/checklist.jd | 2 +- docs/html/guide/topics/ui/accessibility/services.jd | 4 ++-- docs/html/guide/topics/ui/controls/pickers.jd | 8 ++++---- docs/html/guide/topics/ui/dialogs.jd | 2 +- docs/html/guide/topics/ui/layout/listview.jd | 2 +- docs/html/guide/topics/ui/notifiers/notifications.jd | 2 +- docs/html/sdk/exploring.jd | 2 +- docs/html/sdk/installing/studio.jd | 2 +- docs/html/sitemap.txt | 2 +- docs/html/tools/help/sdk-manager.jd | 2 +- docs/html/tools/publishing/preparing.jd | 2 +- docs/html/training/animation/screen-slide.jd | 2 +- docs/html/training/backward-compatible-ui/index.jd | 2 +- docs/html/training/basics/firstapp/starting-activity.jd | 4 ++-- docs/html/training/basics/fragments/support-lib.jd | 4 ++-- docs/html/training/basics/supporting-devices/platforms.jd | 4 ++-- docs/html/training/design-navigation/wireframing.jd | 2 +- docs/html/training/displaying-bitmaps/index.jd | 2 +- docs/html/training/gestures/detector.jd | 2 +- docs/html/training/gestures/movement.jd | 2 +- docs/html/training/gestures/multi.jd | 2 +- docs/html/training/implementing-navigation/ancestral.jd | 2 +- docs/html/training/implementing-navigation/index.jd | 4 ++-- docs/html/training/implementing-navigation/lateral.jd | 2 +- docs/html/training/implementing-navigation/nav-drawer.jd | 2 +- docs/html/training/implementing-navigation/temporal.jd | 2 +- docs/html/training/multiscreen/index.jd | 4 ++-- 34 files changed, 53 insertions(+), 53 deletions(-) (limited to 'docs/html') diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 27cedcb82ea7..2169c8ed13be 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -19,7 +19,7 @@ redirects: to: /sdk/exploring.html - from: /sdk/compatibility-library.html - to: /tools/extras/support-library.html + to: /tools/support-library/index.html - from: /sdk/eclipse-adt.html to: /tools/sdk/eclipse-adt.html diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd index 1ce005d7ae31..2fa180c5ad17 100644 --- a/docs/html/about/versions/android-4.0.jd +++ b/docs/html/about/versions/android-4.0.jd @@ -822,7 +822,7 @@ the methods necessary for any given view without extending the {@link android.vi

If you want to maintain compatibility with Android versions prior to 4.0, while also supporting the new the accessibility APIs, you can do so with the latest version of the v4 support -library (in Compatibility Package, r4) +library (in Compatibility Package, r4) using a set of utility classes that provide the new accessibility APIs in a backward-compatible design.

diff --git a/docs/html/about/versions/android-4.3.jd b/docs/html/about/versions/android-4.3.jd index 132356ad88b1..64cf7088612f 100644 --- a/docs/html/about/versions/android-4.3.jd +++ b/docs/html/about/versions/android-4.3.jd @@ -150,7 +150,7 @@ href="{@docRoot}training/basics/supporting-devices/platforms.html">Supporting Di Platform Versions.

Various APIs are also available in the Android Support Library that allow you to implement +href="{@docRoot}tools/support-library/index.html">Support Library that allow you to implement new features on older versions of the platform.

For more information about how API levels work, read

Note: These new APIs are also available for previous versions -of Android through the Android Support +of Android through the Android Support Library, with the {@link android.support.v4.text.BidiFormatter} class and related APIs.

@@ -980,7 +980,7 @@ android.view.accessibility.AccessibilityNodeInfo#ACTION_ARGUMENT_EXTEND_SELECTIO

Note: These new APIs are also available for previous versions -of Android through the Android Support +of Android through the Android Support Library, with the {@link android.support.v4.view.accessibility.AccessibilityNodeInfoCompat} class.

diff --git a/docs/html/google/play/publishing/multiple-apks.jd b/docs/html/google/play/publishing/multiple-apks.jd index 64ddc106972c..3c7ed0f4e930 100644 --- a/docs/html/google/play/publishing/multiple-apks.jd +++ b/docs/html/google/play/publishing/multiple-apks.jd @@ -47,7 +47,7 @@ support all desired devices with a single APK
  • APK Expansion Files
  • Filters on Google Play
  • Supporting Multiple Screens
  • -
  • Support Library
  • +
  • Support Library
  • Android API Levels
  • @@ -628,7 +628,7 @@ different screen sizes.

    href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens.

    Additionally, you should consider using a support library from the Compatibility Package so that you can add Compatibility Package so that you can add Fragments to your activity designs when running on larger screens such as tablets.

    @@ -643,7 +643,7 @@ over 95% of Android-powered devices (as indicated by the Platform Versions dashboard).

    By using a support library from the Compatibility Package, you can also use APIs +href="{@docRoot}tools/support-library/index.html">Compatibility Package, you can also use APIs from some of the latest versions (such as Android 3.0) while still supporting versions as low as Android 1.6. The support library includes APIs for Fragments,

  • Supporting Tablets and Handsets
  • Compatibility Library
  • +href="{@docRoot}tools/support-library/index.html">Compatibility Library
  • Google I/O App source code
  • @@ -281,7 +281,7 @@ use techniques such as reflection to check for the availability of certain APIs to help you add features from Android 3.0 without requiring you to change your {@code android:minSdkVersion} or build target, we're providing a static library called the Compatibility Library +href="{@docRoot}tools/support-library/index.html">Compatibility Library (downloadable from the Android SDK Manager).

    This library includes APIs for fragments, loaders, and some updated cla simply adding this library to your Android project, you can use these APIs in your application and remain compatible with Android 1.6. For information about how to get the library and start using it in your application, see the Compatibility Library document.

    +href="{@docRoot}tools/support-library/index.html">Compatibility Library document.

    diff --git a/docs/html/guide/practices/tablets-and-handsets.jd b/docs/html/guide/practices/tablets-and-handsets.jd index 8d6d3dd3777f..a63a368ab920 100644 --- a/docs/html/guide/practices/tablets-and-handsets.jd +++ b/docs/html/guide/practices/tablets-and-handsets.jd @@ -141,7 +141,7 @@ bar below.

    Remaining backward-compatible

    If you want to use fragments in your application and remain compatible with versions of Android older than 3.0, you can do so by using the Android Support Library (downloadable from the +href="{@docRoot}tools/support-library/index.html">Support Library (downloadable from the SDK Manager).

    The support library includes APIs for fragments, {@code android:minSdkVersion} value can be as low as {@code "4"}). For information about how to get the -library and start using it, see the Support +library and start using it, see the Support Library document.

    The support library does not provide APIs for the action bar, but you can use diff --git a/docs/html/guide/topics/ui/accessibility/apps.jd b/docs/html/guide/topics/ui/accessibility/apps.jd index 13b4538edeb7..da24d03adf60 100644 --- a/docs/html/guide/topics/ui/accessibility/apps.jd +++ b/docs/html/guide/topics/ui/accessibility/apps.jd @@ -351,7 +351,7 @@ following approaches:

  • If your application targets Android 4.0 (API level 14) and higher, override and implement the accessibility methods listed above directly in your custom view class.
  • If your custom view is intended to be compatible with Android 1.6 (API Level 4) and above, add -the Android Support Library, revision 5 or +the Android Support Library, revision 5 or higher, to your project. Then, within your custom view class, call the {@link android.support.v4.view.ViewCompat#setAccessibilityDelegate ViewCompat.setAccessibilityDelegate()} method to implement the accessibility methods @@ -490,7 +490,7 @@ appropriate feedback to users.

    The example code below shows how override these three methods by using {@link android.support.v4.view.ViewCompat#setAccessibilityDelegate ViewCompat.setAccessibilityDelegate()}. Note that this sample code requires that the Android -Support Library for API Level 4 (revision +Support Library for API Level 4 (revision 5 or higher) is added to your project.

    @@ -534,7 +534,7 @@ ViewCompat.setAccessibilityDelegate(new AccessibilityDelegateCompat() {
     
     

    In applications targeting Android 4.0 (API Level 14) and higher, you can implement these methods directly in your custom view class. For another example of this approach, see the Android -Support Library (revision 5 or higher) +Support Library (revision 5 or higher) sample {@code AccessibilityDelegateSupportActivity} in ({@code <sdk>/extras/android/support/v4/samples/Support4Demos/}).

    @@ -594,7 +594,7 @@ methods.

    example implementation of this accessibility feature, see {@code AccessibilityNodeProviderActivity} in the ApiDemos sample project. You can implement a virtual view hierarchy that is compatible with Android 1.6 and later by using the - Support Library with the + Support Library with the {@link android.support.v4.view.ViewCompat#getAccessibilityNodeProvider ViewCompat.getAccessibilityNodeProvider()} method and providing an implementation with {@link android.support.v4.view.accessibility.AccessibilityNodeProviderCompat}.

    diff --git a/docs/html/guide/topics/ui/accessibility/checklist.jd b/docs/html/guide/topics/ui/accessibility/checklist.jd index 9473d1bd3f9d..960cca290671 100644 --- a/docs/html/guide/topics/ui/accessibility/checklist.jd +++ b/docs/html/guide/topics/ui/accessibility/checklist.jd @@ -73,7 +73,7 @@ helps you focus on the key development issues to get the details of accessibilit your application, implement accessibility interfaces for your custom views and provide content descriptions. For custom controls that are intended to be compatible with versions of Android back to 1.6, - use the Support Library to implement + use the Support Library to implement the latest accessibility features.
  • No audio-only feedback: Audio feedback must always have a secondary feedback mechanism to support users who are deaf or hard of hearing. For example, a sound alert diff --git a/docs/html/guide/topics/ui/accessibility/services.jd b/docs/html/guide/topics/ui/accessibility/services.jd index 2a6fe7ab802d..4bd752f7c93f 100644 --- a/docs/html/guide/topics/ui/accessibility/services.jd +++ b/docs/html/guide/topics/ui/accessibility/services.jd @@ -55,7 +55,7 @@ accessibility service.

    The ability for you to build and deploy accessibility services was introduced with Android 1.6 (API Level 4) and received significant improvements with Android 4.0 (API Level 14). The Android - Support Library was also updated with + Support Library was also updated with the release of Android 4.0 to provide support for these enhanced accessibility features back to Android 1.6. Developers aiming for widely compatible accessibility services are encouraged to use the Support Library and develop for the more advanced accessibility features introduced in @@ -448,7 +448,7 @@ android.accessibilityservice.AccessibilityService} and can be used as a base for accessibility services that are compatible with Android 1.6 (API Level 4) and higher.

  • TaskBackService - This service is based on the enhanced accessibility APIs introduced in Android 4.0 (API Level -14). However, you can use the Android Support +14). However, you can use the Android Support Libary to substitute classes introduced in later API levels (e.g., {@link android.view.accessibility.AccessibilityRecord}, {@link android.view.accessibility.AccessibilityNodeInfo} diff --git a/docs/html/guide/topics/ui/controls/pickers.jd b/docs/html/guide/topics/ui/controls/pickers.jd index a0e7afbe940d..4c558406cc44 100644 --- a/docs/html/guide/topics/ui/controls/pickers.jd +++ b/docs/html/guide/topics/ui/controls/pickers.jd @@ -47,11 +47,11 @@ such as in a basic dialog on handsets or as an embedded part of the layout on la

    Although {@link android.app.DialogFragment} was first added to the platform in Android 3.0 (API level 11), if your app supports versions of Android older than 3.0—even as low as Android 1.6—you can use the {@link android.support.v4.app.DialogFragment} class that's available in -the support library for backward +the support library for backward compatibility.

    Note: The code samples below show how to create dialogs for a time -picker and date picker using the support +picker and date picker using the support library APIs for {@link android.support.v4.app.DialogFragment}. If your app's {@code minSdkVersion} is 11 or higher, you can instead use the platform version of {@link android.app.DialogFragment}.

    @@ -67,7 +67,7 @@ fragment's {@link android.support.v4.app.DialogFragment#onCreateDialog onCreateD

    Note: If your app supports versions of Android older than 3.0, be sure you've set up your Android project with the support library as described in Setting Up a Project to Use a +href="{@docRoot}tools/support-library/setup.html">Setting Up a Project to Use a Library.

    Extending DialogFragment for a time picker

    @@ -172,7 +172,7 @@ fragment's {@link android.support.v4.app.DialogFragment#onCreateDialog onCreateD

    Note: If your app supports versions of Android older than 3.0, be sure you've set up your Android project with the support library as described in Setting Up a Project to Use a +href="{@docRoot}tools/support-library/setup.html">Setting Up a Project to Use a Library.

    Extending DialogFragment for a date picker

    diff --git a/docs/html/guide/topics/ui/dialogs.jd b/docs/html/guide/topics/ui/dialogs.jd index 7f48eacbdbd2..09767bff0754 100644 --- a/docs/html/guide/topics/ui/dialogs.jd +++ b/docs/html/guide/topics/ui/dialogs.jd @@ -97,7 +97,7 @@ object. If you'd like to create a date or time picker, you should instead read t Because the {@link android.app.DialogFragment} class was originally added with Android 3.0 (API level 11), this document describes how to use the {@link android.support.v4.app.DialogFragment} class that's provided with the Support Library. By adding this library +href="{@docRoot}tools/support-library/index.html">Support Library. By adding this library to your app, you can use {@link android.support.v4.app.DialogFragment} and a variety of other APIs on devices running Android 1.6 or higher. If the minimum version your app supports is API level 11 or higher, then you can use the framework version of {@link diff --git a/docs/html/guide/topics/ui/layout/listview.jd b/docs/html/guide/topics/ui/layout/listview.jd index 6cdd725ddb1c..f8315c5777b4 100644 --- a/docs/html/guide/topics/ui/layout/listview.jd +++ b/docs/html/guide/topics/ui/layout/listview.jd @@ -48,7 +48,7 @@ displays the results.

    Although the {@link android.support.v4.content.CursorLoader} APIs were first introduced in Android 3.0 (API level 11), they are also available in the Support Library so that your app may use them +href="{@docRoot}tools/support-library/index.html">Support Library so that your app may use them while supporting devices running Android 1.6 or higher.

    For more information about using a {@link diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd index 05ec279fa7be..e0c87d74d431 100644 --- a/docs/html/guide/topics/ui/notifiers/notifications.jd +++ b/docs/html/guide/topics/ui/notifiers/notifications.jd @@ -94,7 +94,7 @@ page.title=Notifications

    Note: Except where noted, this guide refers to the {@link android.support.v4.app.NotificationCompat.Builder NotificationCompat.Builder} class - in the version 4 Support Library. + in the version 4 Support Library. The class {@link android.app.Notification.Builder Notification.Builder} was added in Android 3.0.

    diff --git a/docs/html/sdk/exploring.jd b/docs/html/sdk/exploring.jd index 9323f2e707c5..77490602d5c6 100644 --- a/docs/html/sdk/exploring.jd +++ b/docs/html/sdk/exploring.jd @@ -77,7 +77,7 @@ Google APIs. - Android Support + Android Support A static library you can include in your app sources in order to use powerful APIs that aren't available in the standard platform. For example, the support library contains versions of the {@link android.support.v4.app.Fragment} class that's compatible with diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 9a29599a16dd..5a47f85d62ca 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -398,7 +398,7 @@ href="{@docRoot}sdk/installing/studio-tips.html">Tips and Tricks.

    As you continue developing apps, you may need to install additional versions of Android for the emulator and other packages such as the Android Support Library. +href="{@docRoot}tools/support-library/index.html">Android Support Library. To install more packages, use the SDK Manager, which you can open from Android Studio by clicking SDK Manager diff --git a/docs/html/sitemap.txt b/docs/html/sitemap.txt index 46164c170b79..6291a3e2d932 100644 --- a/docs/html/sitemap.txt +++ b/docs/html/sitemap.txt @@ -164,7 +164,7 @@ http://developer.android.com/tools/sdk/tools-notes.html http://developer.android.com/tools/sdk/eclipse-adt.html http://developer.android.com/tools/revisions/platforms.html http://developer.android.com/tools/extras/index.html -http://developer.android.com/tools/extras/support-library.html +http://developer.android.com/tools/support-library/index.html http://developer.android.com/tools/extras/oem-usb.html http://developer.android.com/tools/samples/index.html http://developer.android.com/tools/adk/index.html diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd index 215ce6f2743f..276206fc7540 100644 --- a/docs/html/tools/help/sdk-manager.jd +++ b/docs/html/tools/help/sdk-manager.jd @@ -55,7 +55,7 @@ plus others not included in the framework at all) on devices running a platform version as old as Android 1.6. All of the activity templates available when creating a new project with the ADT Plugin require this. For more information, read Support Library. +href="{@docRoot}tools/support-library/index.html">Support Library.

    SDK Samples
    Recommended. The samples give you source code that you can use to learn about Android, load as a project and run, or reuse in your own app. Note that multiple diff --git a/docs/html/tools/publishing/preparing.jd b/docs/html/tools/publishing/preparing.jd index 8e265f66760c..413b56e05455 100644 --- a/docs/html/tools/publishing/preparing.jd +++ b/docs/html/tools/publishing/preparing.jd @@ -271,7 +271,7 @@ doing the following:

  • Consider using the Support Library

    If your application is designed for devices running Android 3.x, make your application compatible with older versions of Android by adding the - Support Library to your + Support Library to your application project. The Support Library provides static support libraries that you can add to your Android application, which enables you to use APIs that are either not available on older platform versions or use utility APIs that are not part of the framework APIs.

    diff --git a/docs/html/training/animation/screen-slide.jd b/docs/html/training/animation/screen-slide.jd index 716805e6381c..07d779f0f072 100644 --- a/docs/html/training/animation/screen-slide.jd +++ b/docs/html/training/animation/screen-slide.jd @@ -28,7 +28,7 @@ trainingnavtop=true Screen slides are transitions between one entire screen to another and are common with UIs like setup wizards or slideshows. This lesson shows you how to do screen slides with a {@link android.support.v4.view.ViewPager} provided by the support library. + "{@docRoot}tools/support-library/index.html">support library. {@link android.support.v4.view.ViewPager}s can animate screen slides automatically. Here's what a screen slide looks like that transitions from one screen of content to the next: diff --git a/docs/html/training/backward-compatible-ui/index.jd b/docs/html/training/backward-compatible-ui/index.jd index 82087a603ab4..4baa55c2b210 100644 --- a/docs/html/training/backward-compatible-ui/index.jd +++ b/docs/html/training/backward-compatible-ui/index.jd @@ -13,7 +13,7 @@ startpage=true

    You should also read

    diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd index 65f2290197fc..6f7fa5d5777d 100644 --- a/docs/html/training/basics/firstapp/starting-activity.jd +++ b/docs/html/training/basics/firstapp/starting-activity.jd @@ -350,7 +350,7 @@ to implement default navigation behaviors, such as Up navigation on Android 4.1 (API level 16) and higher. You can provide the same navigation behaviors for older versions of Android by using the -Support Library and adding +Support Library and adding the {@code <meta-data>} element as shown here.

    @@ -361,7 +361,7 @@ a different IDE, you should have installed it during the When using the templates in Eclipse, the Support Library is automatically added to your app project (you can see the library's JAR file listed under Android Dependencies). If you're not using Eclipse, you need to manually add the library to your project—follow the guide for setting up the Support Library +href="{@docRoot}tools/support-library/setup.html">setting up the Support Library then return here.

    If you're developing with Eclipse, you can run the app now, but not much happens. diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index b097de15b5f8..d949267c1e0f 100644 --- a/docs/html/training/basics/fragments/support-lib.jd +++ b/docs/html/training/basics/fragments/support-lib.jd @@ -14,12 +14,12 @@ trainingnavtop=true

    You should also read

    -

    The Android Support Library provides a JAR +

    The Android Support Library provides a JAR file with an API library that allows you to use some of the more recent Android APIs in your app while running on earlier versions of Android. For instance, the Support Library provides a version of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and diff --git a/docs/html/training/basics/supporting-devices/platforms.jd b/docs/html/training/basics/supporting-devices/platforms.jd index 04872a342a9c..c38101a5c6cf 100644 --- a/docs/html/training/basics/supporting-devices/platforms.jd +++ b/docs/html/training/basics/supporting-devices/platforms.jd @@ -23,7 +23,7 @@ previous.link=screens.html

    @@ -42,7 +42,7 @@ targeting your app to the latest version.

    Tip: In order to provide the best features and functionality across several Android versions, you should use the Android Support Library in your app, +href="{@docRoot}tools/support-library/index.html">Android Support Library in your app, which allows you to use several recent platform APIs on older versions.

    diff --git a/docs/html/training/design-navigation/wireframing.jd b/docs/html/training/design-navigation/wireframing.jd index 42f892df1f61..1801f91f6c18 100644 --- a/docs/html/training/design-navigation/wireframing.jd +++ b/docs/html/training/design-navigation/wireframing.jd @@ -121,5 +121,5 @@ previous.link=ancestral-temporal.html
  • Developer's Guide: User Interface: learn how to implement your user interface designs using the Android SDK.
  • Action Bar: implement tabs, up navigation, on-screen actions, etc.
  • Fragments: implement re-usable, multi-pane layouts -
  • Support Library: implement horizontal paging (swipe views) using ViewPager
  • +
  • Support Library: implement horizontal paging (swipe views) using ViewPager
  • diff --git a/docs/html/training/displaying-bitmaps/index.jd b/docs/html/training/displaying-bitmaps/index.jd index 857edeefb9bf..1f44fa866096 100644 --- a/docs/html/training/displaying-bitmaps/index.jd +++ b/docs/html/training/displaying-bitmaps/index.jd @@ -12,7 +12,7 @@ startpage=true

    Dependencies and prerequisites

    Try it out

    diff --git a/docs/html/training/gestures/detector.jd b/docs/html/training/gestures/detector.jd index 65ddb1baee3a..a8e0fdbf166a 100644 --- a/docs/html/training/gestures/detector.jd +++ b/docs/html/training/gestures/detector.jd @@ -58,7 +58,7 @@ gestures your app supports.
  • The examples in this lesson use the {@link android.support.v4.view.GestureDetectorCompat} and {@link android.support.v4.view.MotionEventCompat} classes. These classes are in the -Support Library. You should use +Support Library. You should use Support Library classes where possible to provide compatibility with devices running Android 1.6 and higher. Note that {@link android.support.v4.view.MotionEventCompat} is not a replacement for the {@link android.view.MotionEvent} class. Rather, it provides static utility diff --git a/docs/html/training/gestures/movement.jd b/docs/html/training/gestures/movement.jd index fdc1ea4ef4ff..136b37a3337e 100644 --- a/docs/html/training/gestures/movement.jd +++ b/docs/html/training/gestures/movement.jd @@ -91,7 +91,7 @@ determining factor in tracking a gesture's characteristics or even deciding whether the gesture occurred. To make velocity calculation easier, Android provides the {@link android.view.VelocityTracker} class and the {@link android.support.v4.view.VelocityTrackerCompat} class in the -Support Library. +Support Library. {@link android.view.VelocityTracker} helps you track the velocity of touch events. This is useful for gestures in which velocity is part of the criteria for the diff --git a/docs/html/training/gestures/multi.jd b/docs/html/training/gestures/multi.jd index 6a0df11f4c5c..58404827682d 100644 --- a/docs/html/training/gestures/multi.jd +++ b/docs/html/training/gestures/multi.jd @@ -123,7 +123,7 @@ the pointer associated with the action. This is illustrated in the snippet below

    Note: This example uses the {@link android.support.v4.view.MotionEventCompat} class. This class is in the -Support Library. You should use +Support Library. You should use {@link android.support.v4.view.MotionEventCompat} to provide the best support for a wide range of platforms. Note that {@link android.support.v4.view.MotionEventCompat} is not a replacement for the {@link android.view.MotionEvent} class. Rather, it provides static utility diff --git a/docs/html/training/implementing-navigation/ancestral.jd b/docs/html/training/implementing-navigation/ancestral.jd index c3c7ef8a882b..12d500589866 100644 --- a/docs/html/training/implementing-navigation/ancestral.jd +++ b/docs/html/training/implementing-navigation/ancestral.jd @@ -69,7 +69,7 @@ in the {@code &l element.

    If your app supports Android 4.0 and lower, include the -Support Library with your app and +Support Library with your app and add a {@code <meta-data>} element inside the {@code <activity>}. Then specify the parent activity as the value diff --git a/docs/html/training/implementing-navigation/index.jd b/docs/html/training/implementing-navigation/index.jd index 519f6bb43a05..5b657164f720 100644 --- a/docs/html/training/implementing-navigation/index.jd +++ b/docs/html/training/implementing-navigation/index.jd @@ -13,7 +13,7 @@ startpage=true

    @@ -46,7 +46,7 @@ implement navigation patterns with tabs, swipe views, and a navigation drawer. Y understand how to provide proper Up and Back navigation.

    Note: Several elements of this class require the -Support Library APIs. +Support Library APIs. If you have not used the Support Library before, follow the lesson about Using the Support Library to get your project set up.

    diff --git a/docs/html/training/implementing-navigation/lateral.jd b/docs/html/training/implementing-navigation/lateral.jd index b31449701a5e..97e039862677 100644 --- a/docs/html/training/implementing-navigation/lateral.jd +++ b/docs/html/training/implementing-navigation/lateral.jd @@ -57,7 +57,7 @@ Views design guide.

    You can create swipe views in your app using the {@link android.support.v4.view.ViewPager} widget, available in the -Support Library. The +Support Library. The {@link android.support.v4.view.ViewPager} is a layout widget in which each child view is a separate page (a separate tab) in the layout.

    diff --git a/docs/html/training/implementing-navigation/nav-drawer.jd b/docs/html/training/implementing-navigation/nav-drawer.jd index 38b7345456dd..2b5e4f809d64 100644 --- a/docs/html/training/implementing-navigation/nav-drawer.jd +++ b/docs/html/training/implementing-navigation/nav-drawer.jd @@ -43,7 +43,7 @@ app, the user touches the app icon in the action bar.

    This lesson describes how to implement a navigation drawer using the {@link android.support.v4.widget.DrawerLayout} APIs available in the -Support Library.

    +Support Library.

    Navigation Drawer Design

    diff --git a/docs/html/training/implementing-navigation/temporal.jd b/docs/html/training/implementing-navigation/temporal.jd index 0719ba6833c2..3abab53fc64f 100644 --- a/docs/html/training/implementing-navigation/temporal.jd +++ b/docs/html/training/implementing-navigation/temporal.jd @@ -85,7 +85,7 @@ because it can determine the logical Back or Up navigation pat information.

    If your app supports Android 4.0 and lower, include the -Support Library with your app and +Support Library with your app and add a {@code <meta-data>} element inside the {@code <activity>}. Then specify the parent activity as the value diff --git a/docs/html/training/multiscreen/index.jd b/docs/html/training/multiscreen/index.jd index d09540e87ced..2d34b2870721 100644 --- a/docs/html/training/multiscreen/index.jd +++ b/docs/html/training/multiscreen/index.jd @@ -19,7 +19,7 @@ href="http://developer.android.com/guide/components/activities.html">Activities<

  • Experience building an Android User Interface
  • Several features require the use of the support library
  • +href="{@docRoot}tools/support-library/index.html">support library

    You should also read

    @@ -58,7 +58,7 @@ optimizing for multiple screens. You can download the sample (to the right) and of reusable code for your own application.

    Note: This class and the associated sample use the support library in order to use the {@link +href="{@docRoot}tools/support-library/index.html">support library in order to use the {@link android.app.Fragment} APIs on versions lower than Android 3.0. You must download and add the library to your application in order to use all APIs in this class.

    -- cgit v1.2.3-59-g8ed1b