• Post category:StudyBullet-3
  • Reading time:3 mins read


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:


Get Instant Notification of New Courses on our Telegram channel.


  • 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