You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ AndroidAutoMedia: Demo for creating a navigation and playback architecture for A
7
7
8
8
AndroidAutoMessenger: Uses the Android Auto API to display notifications and receive voice feedback from users.
9
9
10
+
AndroidPermissionsDemo: Demo for the Android Marshmallow permissions model and how to request/check permissions.
11
+
10
12
AndroidTVAsteroidBelt: Example of using OpenGL and the Android TV controller to make a basic Asteroids game. The tutorial for this demo can be found on Binpress - http://www.binpress.com/tutorial/getting-started-with-game-development-for-android-tv/149
11
13
12
14
AndroidTVMediaPlayer: A demo media project for the AndroidTV.
@@ -17,6 +19,8 @@ Animations: Example of using the new animation features in Android L. Goes over
17
19
18
20
AppCompatToolbar: Demo of implementing the Toolbar from the AppCompat support library as a replacement for the standard built in actionbar.
19
21
22
+
BLEAdvertising: Demo of advertising over Bluetooth LE and finding devices that are advertising with a specified service UUID
23
+
20
24
Chromecast: Demo of using Android as a Chromecast sender application for playing an online resource on a television.
21
25
22
26
CustomDrawableStates: Implementation of custom drawable states in Android in order to extend past the standard 'pressed', 'active', etc.
@@ -27,6 +31,8 @@ Death Star Watch Face: Custom watch face using images as the watch face hands.
27
31
28
32
EventDrivenHierarchicalViews: Example of using a container view with an update method to force all children views to update.
29
33
34
+
Face Detection: Sample using the Face Detection API from Play Services. Goes over detecting faces and landmarks on a still image for drawing over a picture.
35
+
30
36
Flashlight: Can't be an Android developer without making a flashlight app, right?
31
37
32
38
FordAppLinkAudio: Uses Sync AppLink to play a live online audio stream through Ford's vehicle audio systems.
0 commit comments