I'm using a Fragment that loads an Image into a ImageView.
I want to change that image with startActivityForResult() but when I finish that Activity and go back to the Fragment,the Fragment reloads the first image again.
Probably because of the onStart() method.
How can I avoid the Fragment to reload after onActivityResult()?