diff options
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/gestures/scroll.jd | 2 | ||||
| -rw-r--r-- | docs/html/training/load-data-background/index.jd | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/training/gestures/scroll.jd b/docs/html/training/gestures/scroll.jd index 3e3aa14..09fcc4e 100644 --- a/docs/html/training/gestures/scroll.jd +++ b/docs/html/training/gestures/scroll.jd @@ -95,7 +95,7 @@ two different types of scrolling, dragging and flinging:</p> finger across the touch screen. Simple dragging is often implemented by overriding {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()} in {@link android.view.GestureDetector.OnGestureListener}. For more discussion of dragging, see -<a href="dragging.jd">Dragging and Scaling</a>.</li> +<a href="dragging.html">Dragging and Scaling</a>.</li> <li><strong>Flinging</strong> is the type of scrolling that occurs when a user drags and lifts her finger quickly. After the user lifts her finger, you generally diff --git a/docs/html/training/load-data-background/index.jd b/docs/html/training/load-data-background/index.jd index 221ae57..29108e8 100644 --- a/docs/html/training/load-data-background/index.jd +++ b/docs/html/training/load-data-background/index.jd @@ -54,7 +54,8 @@ startpage=true </p> <p> This class describes how to use a {@link android.support.v4.content.CursorLoader} to run a - background query. Examples in this class use the {@link android.support.v4 v4 support library} + background query. Examples in this class use the <a + href="{@docRoot}tools/support-library/features.html#v4">v4 Support Library</a> versions of classes, which support platforms starting with Android 1.6. </p> <h2>Lessons</h2> |
