Detect android orientation change?

I’m no Sherlock Holmes but this thread is the first result that came up when searching for “android orientation change”:

Specifically, you need to implement this method in your AppDelegate:

virtual void applicationScreenSizeChanged(int newWidth, int newHeight);

1 Like