开发者

Problem with widgets and orientation in home application

开发者 https://www.devze.com 2023-03-23 04:22 出处:网络
I am creating a home application and I finally got it to host widgets.The only problem is that when I change the orientation of the 开发者_StackOverflowphone the widgets disappear and I have to add th

I am creating a home application and I finally got it to host widgets. The only problem is that when I change the orientation of the 开发者_StackOverflowphone the widgets disappear and I have to add them all over again. I know that activities are recreated when the orientation changes but what should I do for the widgets to show up again?


Setting the background of an Activity

See my answer there. Just do not write anything in the onConfigurationChanged() method.

This is caused because the orintation changes restarts your activity.

0

精彩评论

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