What is the advantage of letting an activity be destroyed on rotation?

前端 未结 5 2038
自闭症患者
自闭症患者 2021-01-01 03:27

I have used both approaches:

  1. Let the activity be destroyed on rotation
  2. Don\'t let the activity be destroyed on rotation

My approach alm

5条回答
  •  萌比男神i
    2021-01-01 04:15

    Some time it is useful when you are using different layouts for (Landscape / Portrait ). and using different type of views for example ListView in portrait and GridView in landscape.

提交回复
热议问题