One Global Resize Event

If I want to set various Variables based on rotating the device, I would have to put code in every views resize event.

Is there a way to have an resize event on the App?

Module with a method which you call from every resize event?

Apps dont resize - views do

I know views do, I was saying an App wide resize event that would trigger for each view.

I know I can put a call in each resize event as that’s what I’m doing, it just seems when you rotate the device it effects all views.