diff options
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/browseable/AdapterTransition/_index.jd | 8 | ||||
| -rw-r--r-- | samples/browseable/AdvancedImmersiveMode/_index.jd | 15 | ||||
| -rw-r--r-- | samples/browseable/BasicTransition/_index.jd | 9 | ||||
| -rw-r--r-- | samples/browseable/DisplayingBitmaps/_index.jd | 23 | ||||
| -rw-r--r-- | samples/browseable/MediaRouter/_index.jd | 4 |
5 files changed, 33 insertions, 26 deletions
diff --git a/samples/browseable/AdapterTransition/_index.jd b/samples/browseable/AdapterTransition/_index.jd index 24ca6e182..d5c48a392 100644 --- a/samples/browseable/AdapterTransition/_index.jd +++ b/samples/browseable/AdapterTransition/_index.jd @@ -6,7 +6,7 @@ sample.group=UI @jd:body <p> - - Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create a overlay layout and run a Transition on it. - - </p> +{@link android.transition.Transition Transition} cannot be directly applied to +{@link android.widget.AdapterView AdapterView}s. This sample demonstrates how to +create a overlay layout and how to run a transition on it. +</p> diff --git a/samples/browseable/AdvancedImmersiveMode/_index.jd b/samples/browseable/AdvancedImmersiveMode/_index.jd index 2b19c9c74..7048fe838 100644 --- a/samples/browseable/AdvancedImmersiveMode/_index.jd +++ b/samples/browseable/AdvancedImmersiveMode/_index.jd @@ -5,10 +5,15 @@ page.tags="AdvancedImmersiveMode" sample.group=UI @jd:body -<p>Android 4.4 introduces a way for you to provide a more immersive screen -experience in your app, by letting users show or hide the status bar and -navigation bar with a swipe.</p> -<p>This sample demonstrates how this features interacts with some of the other +<p> +Android 4.4 introduces a way for you to provide a more immersive screen +experience in your app by letting users show or hide the status bar and +the navigation bar with a swipe. +</p> + +<p> +This sample demonstrates how this feature interacts with some of the other UI flags related to full-screen apps. The sample also shows how to implement a "sticky" mode, which re-hides the bars a few seconds after the user swipes -them back in.</p> +them back in. +</p>
\ No newline at end of file diff --git a/samples/browseable/BasicTransition/_index.jd b/samples/browseable/BasicTransition/_index.jd index e65ec530f..af2a6e739 100644 --- a/samples/browseable/BasicTransition/_index.jd +++ b/samples/browseable/BasicTransition/_index.jd @@ -6,8 +6,7 @@ sample.group=UI @jd:body <p> - - This sample demonstrates the basic use of the transition framework introduced in KitKat. - Select each of the RadioButtons to switch between the Scenes. - - </p> +This sample demonstrates the basic use of the transition framework introduced in KitKat. +Select each of the radio buttons to switch between the +{@link android.transition.Scene Scene}s. +</p> diff --git a/samples/browseable/DisplayingBitmaps/_index.jd b/samples/browseable/DisplayingBitmaps/_index.jd index ccb4fa8f2..eb880978f 100644 --- a/samples/browseable/DisplayingBitmaps/_index.jd +++ b/samples/browseable/DisplayingBitmaps/_index.jd @@ -5,14 +5,17 @@ page.tags="DisplayingBitmaps" sample.group=UI @jd:body -<p> - - This is a sample application for the Android Training class - "Displaying Bitmaps Efficiently" - (http://developer.android.com/training/displaying-bitmaps/).\n\n +<p>This is a sample application for the +<a href="{@docRoot}training/displaying-bitmaps/index.html">Displaying +Bitmaps Efficiently</a> Android Training class.</p> - It demonstrates how to load large bitmaps efficiently off the main UI thread, caching - bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps - in UI elements such as ViewPager and ListView/GridView. - - </p> +<p> +The sample demonstrates: +</p> +<ul> +<li>Loading large bitmaps efficiently outside the main UI thread.</li> +<li>Caching bitmaps (both in memory and on disk).</li> +<li>Managing bitmap memory.</li> +<li>Displaying bitmaps in UI elements (such as {@link android.support.v4.view.ViewPager ViewPager}, +{@link android.widget.ListView ListView}, and {@link android.widget.GridView GridView}).</li> +</ul>
\ No newline at end of file diff --git a/samples/browseable/MediaRouter/_index.jd b/samples/browseable/MediaRouter/_index.jd index a46cae8dc..5ca94679e 100644 --- a/samples/browseable/MediaRouter/_index.jd +++ b/samples/browseable/MediaRouter/_index.jd @@ -6,5 +6,5 @@ sample.group=Media @jd:body <p> - Demonstrates how to create a custom media route provider. -</p> +This sample demonstrates how to create a custom media route provider. +</p>
\ No newline at end of file |
