When I see a dialog then when I rotate the device, my activity is rebuilt and the dialog ends goes. Do I need to communicate every time when the user rotates the device?
Your activity resumes you will rotate the device so you can add it to your application section in the manifest Can prevent:
android: configChanges = "orientation-keyboardHidden"
Comments
Post a Comment