diff options
author | Scott Main <smain@google.com> | 2012-07-31 18:25:33 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-07-31 18:25:33 -0700 |
commit | f05e34a10ca262cf1f73a6347b6e5be26718e686 (patch) | |
tree | 2de499ad7b2b4112e429a615a31274907c7c1914 /docs/html/guide/components | |
parent | f284d49293aead609de5b83d601260cfd86b7978 (diff) | |
download | frameworks_base-f05e34a10ca262cf1f73a6347b6e5be26718e686.zip frameworks_base-f05e34a10ca262cf1f73a6347b6e5be26718e686.tar.gz frameworks_base-f05e34a10ca262cf1f73a6347b6e5be26718e686.tar.bz2 |
fix more broken links
Change-Id: If4dceab223a6c22827a0645aa5923ddc427b2b85
Diffstat (limited to 'docs/html/guide/components')
-rw-r--r-- | docs/html/guide/components/fragments.jd | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/html/guide/components/fragments.jd b/docs/html/guide/components/fragments.jd index 4f62033..7747b31 100644 --- a/docs/html/guide/components/fragments.jd +++ b/docs/html/guide/components/fragments.jd @@ -45,17 +45,10 @@ parent.link=activities.html <li>{@link android.app.FragmentManager}</li> <li>{@link android.app.FragmentTransaction}</li> </ol> - - <h2>Related samples</h2> - <ol> - <li><a -href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a></li> - <li><a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">ApiDemos</a></li> - </ol> <h2>See also</h2> <ol> + <li><a href="{@docRoot}training/basics/fragments/index.html">Building a Dynamic UI with Fragments</a></li> <li><a href="{@docRoot}guide/practices/tablets-and-handsets.html">Supporting Tablets and Handsets</a></li> </ol> @@ -834,7 +827,7 @@ then rotates to landscape (which restarts the current activity).</p> <p>For more samples using fragments (and complete source files for this example), -see the sample code available in <a +see the API Demos sample app available in <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment"> ApiDemos</a> (available for download from the <a href="{@docRoot}resources/samples/get.html">Samples SDK component</a>).</p> |