-5

In Google I/O 2017, Picture-in-picture mode was introduced.How is it different from multi-window mode?

akhilesh0707
  • 6,709
  • 5
  • 44
  • 51
Shinoo Goyal
  • 601
  • 8
  • 10

2 Answers2

4

MultiWindow is split-screen

Two Apps at the same time


Picture in Picture is an image overlay

One App, Two Views at the same time

Blundell
  • 75,855
  • 30
  • 208
  • 233
0

Picture-in picture mode is for Android 7.0 TV users to provide the pinned video overlay window whereas multi-window mode keeps activities side by side.

Picture-in picture mode is not enabled by default.But if app targets API level 24,multi-window support is enabled by default.

Shinoo Goyal
  • 601
  • 8
  • 10