How can I disable onCreate event when I turn my device from portrait orientation? Because when application starts it will get much of its data from the Internet, and it will be bad to download this data every time the user turns his device.
How can I disable onCreate event when I turn my device from portrait orientation?
Share
In Activity tag of manifest write
example: