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
if your android:targetSdkVersion="12" or less
android:configChanges="orientation|keyboardHidden">
if your android:targetSdkVersion="13" or more
android:configChanges="orientation|keyboardHidden|screenSize">