Changes

Jump to: navigation, search

A Kotlin Android Picture-in-Picture Tutorial

6 bytes removed, 16:09, 29 November 2017
Adding the PiP Action
</pre>
== Adding the PiP Action Adding the PiP Action ==
With the broadcast receiver implemented, the next step is to create a RemoteAction object configured with an image to represent the action within the PiP window. For the purposes of this example, an image icon file named ic_info_24dp.xml will be used. This file can be found in the project_icons folder of the source code download archive available from the following URL:
http://www.ebookfrenzy.com/retailweb/as30kotlin/index.php
Locate this icon file and copy and paste it into the app -> res -> drawables folder within the Project tool window:

Navigation menu