[android-developers] Re: Application restarts on orientation change

2010-11-02 Thread pramod.deore
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 renukanil.deshpa...@gmail.com wrote: HI All, When I change orientation application restarts and I lost my current data.. I am using activity group which contain

[android-developers] Re: Application restarts on orientation change

2010-11-02 Thread pramod.deore
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 deore.pramo...@gmail.com wrote: Hi, After