Files
android_development/samples/Support7Demos/_index.html
Jeff Brown bda0c73168 Move media router samples to new Support7Demos project.
Add media router support library to SDK build.

Bug: 8175766
Change-Id: I2f333d40ad39e820e8d706a7dab086241692a861
2013-03-20 18:20:18 -07:00

31 lines
1.1 KiB
HTML

<p>The Support v7 Demos application contains a variety of small sample
code showing how to use key features of the Android API 7+ Support Library.
This library contains code that you can
build in to your application to access new features and common
utilities while being able to run down to version 2.1 (API 7)
of the platform.
</p>
<script type="text/javascript">
// This is a totally temporary hack to display the following content only
// when the docs are online. This will be changed once the samples get moved.
if (toRoot == "/") {
document.write(""+
"<p>You'll notice that all the samples are included in a single Android "+
"project, so the application code and other resource files for all samples are batched "+
"together. To help you find the code that's relevant to you, here's a directory that "+
"points to the program code for the different topics included in the project:</p>"+
"<ul>"+
"<li><a href='src/com/example/android/supportv7/app/index.html'>App</a></li>"+
"<li><a href='src/com/example/android/supportv7/media/index.html'>Media</a></li>"+
"<li><a href='src/com/example/android/supportv7/view/index.html'>Views</a></li>"+
"</ul>");
}
</script>