An open API service indexing awesome lists of open source software.

https://github.com/hitherejoe/pictureinpictureplayground

A playground for the new Android N Picture-in-Picture mode
https://github.com/hitherejoe/pictureinpictureplayground

Last synced: about 1 month ago
JSON representation

A playground for the new Android N Picture-in-Picture mode

Awesome Lists containing this project

README

        

#Picture-in-Picture Playground


Loading Card

This is a simple sample app to try out the new Android N Picture-in-Picture mode for Android TV. Please see my [blog post](https://medium.com/@hitherejoe/android-n-introducing-picture-in-picture-for-android-tv-35f2392fb609#.558vrjhe9) for more details!

Requirements
------------

To compile and run the project you'll need:

- [Android SDK](http://developer.android.com/sdk/index.html).
- Android [N (API 24) ](http://developer.android.com/tools/revisions/platforms.html#5.1).
- Android SDK Tools
- Android SDK Build tools 24.0.0 rc1
- Android Support Repository
- Android Support libraries
- JDK 8

#Building

To build, install and run a debug version, run this from the root of the project:

```./gradlew assembleDebug```