Learn from Zero how to implement Picture-In-Picture in your Android App.
What you will learn
Implement Picture in Picture with ExoPlayer
implement and use BroadcastReceiver, PendingIntent and Intents
Handle LiveData events
Send events from Activity to Fragment
Use and understand @TargetApi annotation
Description
Android Picture in Picture is an amazing feature available from Android SDK 26 (Oreo) where we can backgrounded our multimedia apps and be able to watch the content on a floating window.
In this course you will see from zero how to support it, and handle events from the PIP window in to your app.
You will learn also how to implement and use:
Noteβ Make sure your ππππ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the ππππ¦π² cart before Enrolling!
- PIP – Picture In Picture mode
- BroadcastReceivers
- Intents
- Pending intents
- Listen to LiveData events
I hope this course is useful for you, I see you in the class!
English
language
Content
Introduction & Presentation
Intro & Presentation
Project
Course content
Starting project walk-through
Implementation with ExoPlayer
Implementation with ExoPlayer – EXTRAS
Handling PIP mode changes
Create and use PIP delegate
Create Icons and handle events
Final