From fd9ec8e3bc93667425c74fa449c4ab72dacfcc65 Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Wed, 26 Nov 2014 18:40:57 -0800 Subject: Docs: Remove GitHub links from docs/samples/new/index.html Links were present as a workaround for the lack of a code browser during the L Developer Preview, and are no longer necessary. Issue: 18511191 Change-Id: I61068e3ff99fc5d8e4b3346c50d05fcd7f02ab32 --- docs/html/samples/new/index.jd | 119 +++++++++++------------------------------ 1 file changed, 32 insertions(+), 87 deletions(-) (limited to 'docs/html/samples/new') diff --git a/docs/html/samples/new/index.jd b/docs/html/samples/new/index.jd index ba75072..72f5b85 100644 --- a/docs/html/samples/new/index.jd +++ b/docs/html/samples/new/index.jd @@ -2,19 +2,18 @@ page.title=What's New @jd:body -

The following code samples were recently published for the L Developer Preview. You can +

The following code samples were recently published. You can download them in the Android SDK Manager under the SDK Samples component -for the L Developer Preview.

+for API 21.

- Note: At this time, the downloadable projects are designed + Note: The downloadable projects are designed for use with Gradle and Android Studio.

- -

Media Browser Service

+

Media Browser Service

This sample is a simple audio media app that exposes its media @@ -29,10 +28,8 @@ when not connected to a car. href="http://android.com/auto">Android Auto.

-

Get it on GitHub

- -

Messaging Service

+

Messaging Service

This sample shows a simple service that sends notifications using @@ -46,10 +43,8 @@ Each unread conversation from a user is sent as a distinct notification. href="http://android.com/auto">Android Auto.

-

Get it on GitHub

- -

Speed Tracker (Wear)

+

Speed Tracker (Wear)

This sample uses the FusedLocation APIs of Google Play Services on Android Wear @@ -62,10 +57,8 @@ is synced with the phone component of the app and user can see a track made of those coordinates on a map on the phone.

-

Get it on GitHub

- -

AppRestrictionSchema

+

AppRestrictionSchema

This sample shows how to use app restrictions. This application has one boolean @@ -74,29 +67,23 @@ app (press the button to show "Hello" message) is enabled or disabled. Use AppRestrictionEnforcer sample to toggle the restriction.

-

Get it on GitHub

- -

AppRestrictionEnforcer

+

AppRestrictionEnforcer

This sample demonstrates how to set restrictions to other apps as a profile owner. Use AppRestrictionSchema sample as a app with available restrictions.

-

Get it on GitHub

- -

DocumentCentricRelinquishIdentity

+

DocumentCentricRelinquishIdentity

This sample shows how to relinquish identity to activities above it in the task stack.

-

Get it on GitHub

- -

DocumentCentricApps

+

DocumentCentricApps

This sample shows the basic usage of the new "Document Centric Apps" API. @@ -105,10 +92,8 @@ state through reboots. If "Task per document" is checked a new task will be created for every new document in the overview menu.

-

Get it on GitHub

- -

HdrViewfinder

+

HdrViewfinder

This demo implements a real-time high-dynamic-range camera viewfinder, by alternating @@ -116,10 +101,8 @@ the sensor's exposure time between two exposure values on even and odd frames, a compositing together the latest two frames whenever a new frame is captured.

-

Get it on GitHub

- -

Interpolator

+

Interpolator

This sample demonstrates the use of animation interpolators and path animations for @@ -127,10 +110,8 @@ Material Design. It shows how an ObjectAnimator is used to animate two propertie view (scale X and Y) along a path.

-

Get it on GitHub

- -

DrawableTinting

+

DrawableTinting

Sample that shows applying tinting and color filters to Drawables both programmatically and as Drawable resources in XML.

@@ -141,54 +122,43 @@ states of a View (for example disabled/enabled, focused, pressed or selected). -

Get it on GitHub

- -

LNotifications

+

LNotifications

This sample demonstrates how new features for notifications introduced in Android 5.0 are used such as Heads-Up notifications, visibility, people, category and priority metadata.

-

Get it on GitHub

-

CardView

+

CardView

This sample demonstrates how to use the CardView UI widget introduced in Android 5.0, using the support library for backward compatibility.

-

Get it on GitHub

- -

RecyclerView

+

RecyclerView

Demonstration of using RecyclerView with a LayoutManager to create a vertical ListView.

-

Get it on GitHub

- -

RevealEffectBasic

+

RevealEffectBasic

A sample demonstrating how to perform a reveal effect for UI elements within the Material Design framework.

-

Get it on GitHub

- -

FloatingActionButtonBasic

+

FloatingActionButtonBasic

This sample shows the two sizes of Floating Action Buttons and how to interact with them.

-

Get it on GitHub

- - +