[android-developers] Re: Activty on orientation

2014-02-12 Thread Guy Smith
I’ve found creating Views – even view hierarchies – quite fast. But accessing data can be slower, especially over the internet. Do you need to keep your view hierarchy, or just a cache of your data, between invocations of onCreate()? On Saturday, February 8, 2014 10:38:40 PM UTC+10, rahul

Re: [android-developers] Re: Activty on orientation

2014-02-12 Thread Rahul Kaushik
its a native app and i don't need to access the internet,i have to show the same data which was in horizontal orientaion On Thu, Feb 13, 2014 at 4:20 AM, Guy Smith g...@multiniche.org wrote: I've found creating Views - even view hierarchies - quite fast. But accessing data can be slower,

[android-developers] Re: Activty on orientation

2014-02-08 Thread Nobu Games
By default the activity gets recreated on certain events such as orientation change. This is, as far as I know, the preferred behavior. You can handle these so-called runtime changes (such as orientation change, but there are more events that trigger activity re-creation such as changed system