diff options
| author | Scott Main <smain@google.com> | 2012-06-21 17:14:39 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-06-21 21:27:30 -0700 |
| commit | 50e990c64fa23ce94efa76b9e72df7f8ec3cee6a (patch) | |
| tree | 52605cd25e01763596477956963fabcd087054b0 /docs/html/training/basics/fragments | |
| parent | a2860267cad115659018d636bf9203a644c680a7 (diff) | |
| download | frameworks_base-50e990c64fa23ce94efa76b9e72df7f8ec3cee6a.zip frameworks_base-50e990c64fa23ce94efa76b9e72df7f8ec3cee6a.tar.gz frameworks_base-50e990c64fa23ce94efa76b9e72df7f8ec3cee6a.tar.bz2 | |
Massive clobber of all HTML files in developer docs for new site design
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
Diffstat (limited to 'docs/html/training/basics/fragments')
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/training/basics/fragments/communicating.jd b/docs/html/training/basics/fragments/communicating.jd index e3e308f..3ac9873 100644 --- a/docs/html/training/basics/fragments/communicating.jd +++ b/docs/html/training/basics/fragments/communicating.jd @@ -19,7 +19,7 @@ previous.link=fragment-ui.html <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a></li> + <li><a href="{@docRoot}guide/components/fragments.html">Fragments</a></li> </ul> <h2>Try it out</h2> diff --git a/docs/html/training/basics/fragments/creating.jd b/docs/html/training/basics/fragments/creating.jd index c4a9b46..0646230 100644 --- a/docs/html/training/basics/fragments/creating.jd +++ b/docs/html/training/basics/fragments/creating.jd @@ -21,7 +21,7 @@ next.link=fragment-ui.html <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a></li> + <li><a href="{@docRoot}guide/components/fragments.html">Fragments</a></li> </ul> <h2>Try it out</h2> @@ -84,7 +84,7 @@ android.app.Activity#onPause()} method is called, any fragments in the activity to {@link android.support.v4.app.Fragment#onPause()}.</p> <p>More information about the fragment lifecycle and callback methods is available in the <a -href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a> developer guide.</p> +href="{@docRoot}guide/components/fragments.html">Fragments</a> developer guide.</p> diff --git a/docs/html/training/basics/fragments/fragment-ui.jd b/docs/html/training/basics/fragments/fragment-ui.jd index f906f46..4ec4de5 100644 --- a/docs/html/training/basics/fragments/fragment-ui.jd +++ b/docs/html/training/basics/fragments/fragment-ui.jd @@ -20,7 +20,7 @@ next.link=communicating.html <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a></li> + <li><a href="{@docRoot}guide/components/fragments.html">Fragments</a></li> <li><a href="{@docRoot}guide/practices/tablets-and-handsets.html">Supporting Tablets and Handsets</a></li> </ul> diff --git a/docs/html/training/basics/fragments/index.jd b/docs/html/training/basics/fragments/index.jd index dcdcd31..bc93f43 100644 --- a/docs/html/training/basics/fragments/index.jd +++ b/docs/html/training/basics/fragments/index.jd @@ -23,7 +23,7 @@ layouts</a></li> <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a></li> + <li><a href="{@docRoot}guide/components/fragments.html">Fragments</a></li> <li><a href="{@docRoot}guide/practices/tablets-and-handsets.html">Supporting Tablets and Handsets</a></li> </ul> diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index e2166f5..ba10b78 100644 --- a/docs/html/training/basics/fragments/support-lib.jd +++ b/docs/html/training/basics/fragments/support-lib.jd @@ -17,12 +17,12 @@ next.link=creating.html </ol> <h2>You should also read</h2> <ul> - <li><a href="{@docRoot}sdk/compatibility-library.html">Support Library</a></li> + <li><a href="{@docRoot}tools/extras/support-library.html">Support Library</a></li> </ul> </div> </div> -<p>The Android <a href="{@docRoot}sdk/compatibility-library.html">Support Library</a> provides a JAR +<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR file with an API library that allow 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 |
