Hi, After changing orientation onCreate() method is called. If you don't want this then you can write following in manifest.xml file
android:configChanges="orientation|keyboardHidden" > add this in your activity tag. On Nov 2, 2:06 pm, "pramod.deore" <[email protected]> wrote: > Hi, > After changing orientation onCreate() method is called. If you don't > want this then you can > > On Nov 2, 12:03 pm, Renuka Deshpande <[email protected]> > wrote: > > > HI All, > > > When I change orientation application restarts and I lost my current data.. > > I am using activity group which contain lots of activities when i change > > orientation application restarts from main activity. > > > is it possible to avoid this application restart on orientation change? > > > Anybody knows please let me know.. > > > Thanks > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

