diff --git a/README.md b/README.md index 71505fc8b..7cb525af3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Universal Android Music Player Sample This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience -on Android phones, tablets, Auto, Wear, TV and Cast devices. +on Android phones, tablets, Android Auto, Android Wear and Cast devices. Pre-requisites @@ -20,7 +20,15 @@ This sample uses the Gradle build system. To build this project, use the Screenshots ----------- -![Description](screenshots/image1.png) ![Description](screenshots/image2.png) ![Description](screenshots/image3.png) +![Phone](screenshots/image1.png "On a phone") +![Media notification](screenshots/image2.png "MediaStyle notification") +![Lock screen](screenshots/image3.png "Lockscreen background and controls") +![Full screen player](screenshots/fullscreen_player.png "A basic full screen activity") +![Cast dialog](screenshots/cast_1.png "Casting to Google Cast devices") +![Android Auto](screenshots/auto_1.png "Running on an Android Auto car") + +![Android Wear watch face](screenshots/watch_1.png "MediaStyle notifications on an Android Wear watch") +![Android Wear controls](screenshots/watch_2.png "Media playback controls on an Android Wear watch") Support ------- diff --git a/mobile/libs/licenses/ShowCaseView.LICENSE b/mobile/libs/licenses/ShowCaseView.LICENSE new file mode 100644 index 000000000..55237ae27 --- /dev/null +++ b/mobile/libs/licenses/ShowCaseView.LICENSE @@ -0,0 +1,13 @@ +Copyright Alex Curran (@amlcurran) © 2012-2014. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/screenshots/auto_1.png b/screenshots/auto_1.png new file mode 100644 index 000000000..011e1a192 Binary files /dev/null and b/screenshots/auto_1.png differ diff --git a/screenshots/cast_1.png b/screenshots/cast_1.png new file mode 100644 index 000000000..87dd1413a Binary files /dev/null and b/screenshots/cast_1.png differ diff --git a/screenshots/fullscreen_player.png b/screenshots/fullscreen_player.png new file mode 100644 index 000000000..b20413bc4 Binary files /dev/null and b/screenshots/fullscreen_player.png differ diff --git a/screenshots/image1.png b/screenshots/image1.png index 7bbbd935b..c7da2a365 100644 Binary files a/screenshots/image1.png and b/screenshots/image1.png differ diff --git a/screenshots/image3.png b/screenshots/image3.png index 2396f81ac..df369c7f4 100644 Binary files a/screenshots/image3.png and b/screenshots/image3.png differ diff --git a/screenshots/watch_1.png b/screenshots/watch_1.png new file mode 100644 index 000000000..15d684e81 Binary files /dev/null and b/screenshots/watch_1.png differ diff --git a/screenshots/watch_2.png b/screenshots/watch_2.png new file mode 100644 index 000000000..da7b91ed2 Binary files /dev/null and b/screenshots/watch_2.png differ