From a1bc384d22de86fc5d8fac90328fa619a6a3fceb Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Wed, 25 Jun 2014 17:14:03 -0700 Subject: [PATCH] docs: Added GitHub links to the samples Change-Id: I944844d64396b0ae07e4c55118d4cd960480c5b7 --- docs/html/preview/samples.jd | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/docs/html/preview/samples.jd b/docs/html/preview/samples.jd index e4e16744794a..155ae214ddd1 100644 --- a/docs/html/preview/samples.jd +++ b/docs/html/preview/samples.jd @@ -15,7 +15,7 @@ for the L Developer Preview.

BasicManagedProfile

Figure 1. The BasicManagedProfile sample app. @@ -33,6 +33,8 @@ for the L Developer Preview.

Note: There can be only one managed profile on a device at a time.

+

Get it on GitHub

+

Camera2Basic

+

This sample demonstrates how to record video using the Camera2 API.

+

Get it on GitHub

+

ActivitySceneTransitionBasic

moveImage and changeBounds to nicely transition from a grid of images to an activity with a large image and detail text.

+

Get it on GitHub

ElevationBasic

+

This sample demonstrates two alternative ways to move a view in the z-axis:

@@ -94,7 +102,7 @@ This sample demonstrates two alternative ways to move a view in the z-axis:

setTranslationZ(). - +

Get it on GitHub

ElevationDrag

+

This sample demonstrates clipping on a {@link android.view.View}.

+

Get it on GitHub

--> +

This sample implements a multi-player game, demonstrating game controller input handling.

+

Get it on GitHub

Visual-Game-Controller

@@ -160,11 +173,12 @@ handling.

--> +

This sample displays events received from a game controller shown on the screen.

- +

Get it on GitHub

AndroidTVLeanbackSample

+

This sample demonstrates use of the Android TV Leanback Support Library.

- +

Get it on GitHub

JobSchedulerSample

-

This sample app allows the user to schedule jobs through the UI, and shows visual cues when the jobs are executed.

- +

Get it on GitHub

+

This sample illustrates a common usage of the Android support library's {@link android.support.v4.widget.DrawerLayout} widget.

- +

Get it on GitHub