At the beginning Activity is launched by an Intent and something is done with this Intent.
When I change orientation of my Activity, it\'s reloaded again and Intent is
My suggestion would be to toggle this with a boolean variable to check wheather your activity is first created or not.
Otherwise you can look at your onCreate method, afaik this is only executed, when the activity is first created.