I have some data on many static atributes on my classes. Then, when I call startActivityForResult
to pick an image (from gallery or camera) and handle the results, the static values just are empty.
I know saveInstance
from activity and things like that, but that data are not activity related. It's set in another class in static way. Like we can see here and here the static variable just must be erased when the app was destroyed.
Can someone help me with that?