3

I implement my application which uses multi window feature. What I want is to know, can I catch the entering to the multi window mode? Are there any listeners for it?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
  • as your question is very old and i think you required to get callback for other devices which has custom feature of multi-window .But for Android-n i can give suggestion to check this answer http://stackoverflow.com/a/36098551/1140237 – user1140237 Apr 02 '16 at 09:31

1 Answers1

0

I don't think there is currently a listener for multi-window mode.

What I would try to do is to add a Callback to the window, and detect when the window size is changed (through onWindowAttributesChanged).

Rotem
  • 1,472
  • 2
  • 11
  • 18