Dont reload Activitiy while Rotating Device

Knowledge Base Entry: #50
^Top
<< Back
Mobile-Menu










Dont reload Activitiy while Rotating Device
Category: Android/Fixes
Author: Bugfish
Created at: 2020-09-03 01:16:57
Modified at: 2025-09-19 17:25:55
Directs Hits: 678

There is an easy way to avoid that your activity reloads if you change between portrait/landscape view.
Define the class in the manifest file as follow:


            <activity android:name=".YourActivity"
                android:configChanges="orientation|screenSize"/>

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
This Website is using Session Cookies for Site Functionality.