Good afternoon in the method
protected void onCreate(Bundle savedInstanceState) { } when launching the application, I call the necessary methods for its operation, but I noticed as soon as I turn the device over and over and the main Activity, and with it all the methods that were called earlier are called again as if the application was started again, how can you avoid it? There is an option to block the Activity from turns, but this is rude and something like this is someone
android:configChanges="orientation|screenSize" just do not want to use.