开发者

Be notified when an Activity's size is going to change, and when it has changed

开发者 https://www.devze.com 2023-01-18 10:22 出处:网络
Can I be notified of the following events for an Activity: 开发者_JAVA技巧 screenSizeWillChange screenSizeDidChange

Can I be notified of the following events for an Activity:

开发者_JAVA技巧
  • 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?


Thats what you are looking for:

http://developer.android.com/reference/android/app/Activity.html#ConfigurationChanges

0

精彩评论

暂无评论...
验证码 换一张
取 消