Can I be notified of the following events for an Activity:
- screenSizeWillChange
- screenSizeDidChange
I realize that I can probably override the main View's onSizeChanged()
and be notified when the View has changed, but how can I be notified when it's about to change?