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:
@@ -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.
|
||||
|
||||
{@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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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.
|
||||
|
||||
Select each of the radio buttons to switch between the
|
||||
{@link android.transition.Scene Scene}s.
|
||||
</p>
|
||||
|
||||
@@ -5,14 +5,17 @@ page.tags="DisplayingBitmaps"
|
||||
sample.group=UI
|
||||
@jd:body
|
||||
|
||||
<p>This is a sample application for the
|
||||
<a href="{@docRoot}training/displaying-bitmaps/index.html">Displaying
|
||||
Bitmaps Efficiently</a> Android Training class.</p>
|
||||
|
||||
<p>
|
||||
|
||||
This is a sample application for the Android Training class
|
||||
"Displaying Bitmaps Efficiently"
|
||||
(http://developer.android.com/training/displaying-bitmaps/).\n\n
|
||||
|
||||
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.
|
||||
|
||||
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>
|
||||
@@ -6,5 +6,5 @@ sample.group=Media
|
||||
@jd:body
|
||||
|
||||
<p>
|
||||
Demonstrates how to create a custom media route provider.
|
||||
This sample demonstrates how to create a custom media route provider.
|
||||
</p>
|
||||
Reference in New Issue
Block a user