How do I use a service to monitor Orientation change in Android

后端 未结 4 1972
梦谈多话
梦谈多话 2020-12-13 15:26

I\'m writing a Widget that will display a countdown timer. I have the widget working the way I want it until I flip the phone from landscape to portrait. My widget does no

4条回答
  •  粉色の甜心
    2020-12-13 15:51

    I would suggest you use an OrientationEventListener object. It does exactly what you are looking for and it is not deprecated. It's been around since API level 3.

提交回复
热议问题