• support@answerspoint.in

Activity restart on rotation Android

19
Advertisement

In my Android application, when I rotate the device (slide out the keyboard) then my Activity is restarted (onCreate is called). Now, this is probably how it's supposed to be, but I do a lot of initial setting up in the onCreate method, so I need either:

  1. Put all the initial setting up in another function so it's not all lost on device rotation or
  2. Make it so onCreate is not called again and the layout just adjusts or
  3. Limit the app to just portrait so that onCreate is not called.
  • asked 10 years ago
  • B Butts

0Answer


Your Answer

    Facebook Share        
       
  • publish 10 years ago
  • viewed 19 times
  • active 10 years ago

Best Rated Questions