From fd9ec8e3bc93667425c74fa449c4ab72dacfcc65 Mon Sep 17 00:00:00 2001
From: Trevor Johns 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.
- Note: At this time, the downloadable projects are designed + Note: The downloadable projects are designed for use with Gradle and Android Studio.
- -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.
- - -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.
- - -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.
- - -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.
- - -This sample demonstrates how to set restrictions to other apps as a profile owner. Use AppRestrictionSchema sample as a app with available restrictions.
- - -This sample shows how to relinquish identity to activities above it in the task stack.
- - -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.
- - -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.
- - -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.
- - -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). with a reference to a color and a PorterDuff blend mode. The color and blend mode can be changed from the UI to see the effect of different options. - - -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.
- -This sample demonstrates how to use the CardView UI widget introduced in Android 5.0, using the support library for backward compatibility.
- - -Demonstration of using RecyclerView with a LayoutManager to create a vertical ListView.
- - -A sample demonstrating how to perform a reveal effect for UI elements within the Material Design framework.
- - -This sample shows the two sizes of Floating Action Buttons and how to interact with them.
- - -