am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs

* commit 'c861a2650bce3a0ff02f1efcb5c6b38e741c1878':
  docs: Modified sample descriptions for March sample push.
This commit is contained in:
Ricardo Cervera
2014-03-13 22:15:03 +00:00
committed by Android Git Automerger
5 changed files with 33 additions and 26 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -5,14 +5,17 @@ page.tags="DisplayingBitmaps"
sample.group=UI
@jd:body
<p>
This is a sample application for the Android Training class
&quot;Displaying Bitmaps Efficiently&quot;
(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>

View File

@@ -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>