diff options
Diffstat (limited to 'docs/html/training')
16 files changed, 21 insertions, 21 deletions
diff --git a/docs/html/training/animation/screen-slide.jd b/docs/html/training/animation/screen-slide.jd index 716805e..07d779f 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 <a href= - "{@docRoot}tools/extras/support-library.html">support library</a>. + "{@docRoot}tools/support-library/index.html">support library</a>. {@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 82087a6..4baa55c 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 <ul> <li>API level 5</li> - <li><a href="{@docRoot}tools/extras/support-library.html">The Android Support Package</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">The Android Support Package</a></li> </ul> <h2>You should also read</h2> diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd index 65f22901..6f7fa5d 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 <a href="{@docRoot}design/patterns/navigation.html">Up navigation</a> on Android 4.1 (API level 16) and higher. You can provide the same navigation behaviors for older versions of Android by using the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> and adding +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> and adding the <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element as shown here.</p> @@ -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 <em>Android Dependencies</em>). If you're not using Eclipse, you need to manually add the library to your project—follow the guide for <a -href="{@docRoot}tools/extras/support-library.html#SettingUp">setting up the Support Library</a> +href="{@docRoot}tools/support-library/setup.html">setting up the Support Library</a> then return here.</p> <p>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 b097de1..d949267 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 </ol> <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a></li> </ul> </div> </div> -<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR +<p>The Android <a href="{@docRoot}tools/support-library/index.html">Support Library</a> 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 04872a3..c38101a 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 <ul> <li><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">Android API Levels</a></li> <li><a -href="{@docRoot}tools/extras/support-library.html">Android Support Library</a></li> +href="{@docRoot}tools/support-library/index.html">Android Support Library</a></li> </ul> </div> </div> @@ -42,7 +42,7 @@ targeting your app to the latest version.</p> <p class="note"><strong>Tip:</strong> In order to provide the best features and functionality across several Android versions, you should use the <a -href="{@docRoot}tools/extras/support-library.html">Android Support Library</a> in your app, +href="{@docRoot}tools/support-library/index.html">Android Support Library</a> in your app, which allows you to use several recent platform APIs on older versions.</p> diff --git a/docs/html/training/design-navigation/wireframing.jd b/docs/html/training/design-navigation/wireframing.jd index 42f892d..1801f91 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 <li><a href="{@docRoot}guide/topics/ui/index.html">Developer's Guide: User Interface</a>: learn how to implement your user interface designs using the Android SDK.</li> <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>: implement tabs, up navigation, on-screen actions, etc. <li><a href="{@docRoot}guide/components/fragments.html">Fragments</a>: implement re-usable, multi-pane layouts - <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a>: implement horizontal paging (swipe views) using <code>ViewPager</code></li> + <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a>: implement horizontal paging (swipe views) using <code>ViewPager</code></li> </ul> diff --git a/docs/html/training/displaying-bitmaps/index.jd b/docs/html/training/displaying-bitmaps/index.jd index 857edee..1f44fa8 100644 --- a/docs/html/training/displaying-bitmaps/index.jd +++ b/docs/html/training/displaying-bitmaps/index.jd @@ -12,7 +12,7 @@ startpage=true <h2>Dependencies and prerequisites</h2> <ul> <li>Android 2.1 (API Level 7) or higher</li> - <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">Support Library</a></li> </ul> <h2>Try it out</h2> diff --git a/docs/html/training/gestures/detector.jd b/docs/html/training/gestures/detector.jd index 65ddb1b..a8e0fdb 100644 --- a/docs/html/training/gestures/detector.jd +++ b/docs/html/training/gestures/detector.jd @@ -58,7 +58,7 @@ gestures your app supports. </li> <p>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 -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. You should use +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. 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 <em>not</em> 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 fdc1ea4..136b37a 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 -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. {@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 6a0df11..5840482 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 <p class="note"><strong>Note:</strong> This example uses the {@link android.support.v4.view.MotionEventCompat} class. This class is in the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. You should use +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. 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 <em>not</em> 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 c3c7ef8..12d5005 100644 --- a/docs/html/training/implementing-navigation/ancestral.jd +++ b/docs/html/training/implementing-navigation/ancestral.jd @@ -69,7 +69,7 @@ in the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code &l element.</p> <p>If your app supports Android 4.0 and lower, include the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> with your app and +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> with your app and add a <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element inside the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code <activity>}</a>. 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 519f6bb..5b65716 100644 --- a/docs/html/training/implementing-navigation/index.jd +++ b/docs/html/training/implementing-navigation/index.jd @@ -13,7 +13,7 @@ startpage=true <ul> <li>Android 2.2 or higher</li> <li>Understanding of fragments and Android layouts</li> - <li><a href="{@docRoot}tools/extras/support-library.html">Android Support Library</a></li> + <li><a href="{@docRoot}tools/support-library/index.html">Android Support Library</a></li> <li><a href="{@docRoot}training/design-navigation/index.html">Designing Effective Navigation</a></li> </ul> @@ -46,7 +46,7 @@ implement navigation patterns with tabs, swipe views, and a navigation drawer. Y understand how to provide proper <em>Up</em> and <em>Back</em> navigation.</p> <p class="note"><strong>Note:</strong> Several elements of this class require the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> APIs. +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> APIs. If you have not used the Support Library before, follow the lesson about <a href="{@docRoot}training/basics/fragments/support-lib.html">Using the Support Library</a> to get your project set up.</p> diff --git a/docs/html/training/implementing-navigation/lateral.jd b/docs/html/training/implementing-navigation/lateral.jd index b314497..97e0398 100644 --- a/docs/html/training/implementing-navigation/lateral.jd +++ b/docs/html/training/implementing-navigation/lateral.jd @@ -57,7 +57,7 @@ Views</a> design guide.</p> <p>You can create swipe views in your app using the {@link android.support.v4.view.ViewPager} widget, available in the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. The +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. 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.</p> diff --git a/docs/html/training/implementing-navigation/nav-drawer.jd b/docs/html/training/implementing-navigation/nav-drawer.jd index 38b7345..2b5e4f8 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.</p> <p>This lesson describes how to implement a navigation drawer using the {@link android.support.v4.widget.DrawerLayout} APIs available in the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>.</p> +<a href="{@docRoot}tools/support-library/index.html">Support Library</a>.</p> <div class="note design"> <p><strong>Navigation Drawer Design</strong></p> diff --git a/docs/html/training/implementing-navigation/temporal.jd b/docs/html/training/implementing-navigation/temporal.jd index 0719ba6..3abab53 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 <em>Back</em> or <em>Up</em> navigation pat information.</p> <p>If your app supports Android 4.0 and lower, include the -<a href="{@docRoot}tools/extras/support-library.html">Support Library</a> with your app and +<a href="{@docRoot}tools/support-library/index.html">Support Library</a> with your app and add a <a href="{@docRoot}guide/topics/manifest/meta-data-element.html">{@code <meta-data>}</a> element inside the <a href="{@docRoot}guide/topics/manifest/activity-element.html">{@code <activity>}</a>. 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 d09540e..2d34b28 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< <li>Experience building an Android <a href="http://developer.android.com/guide/topics/ui/index.html"> User Interface</a></li> <li>Several features require the use of the <a -href="{@docRoot}tools/extras/support-library.html">support library</a></li> +href="{@docRoot}tools/support-library/index.html">support library</a></li> </ul> <h2>You should also read</h2> @@ -58,7 +58,7 @@ optimizing for multiple screens. You can download the sample (to the right) and of reusable code for your own application.</p> <p class="note"><strong>Note:</strong> This class and the associated sample use the <a -href="{@docRoot}tools/extras/support-library.html">support library</a> in order to use the {@link +href="{@docRoot}tools/support-library/index.html">support library</a> 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.</p> |