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
- Host: GitHub
- URL: https://github.com/hitherejoe/pictureinpictureplayground
- Owner: hitherejoe
- License: other
- Created: 2016-03-17T22:07:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-23T05:33:51.000Z (about 9 years ago)
- Last Synced: 2025-03-22T02:32:43.523Z (about 1 month ago)
- Language: Java
- Homepage: https://medium.com/@hitherejoe/android-n-introducing-picture-in-picture-for-android-tv-35f2392fb609#.kx0uhfs8k
- Size: 18.6 MB
- Stars: 25
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
#Picture-in-Picture Playground
![]()
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```