In my main Activity of the app, I download some user data at the onStart(). When I open the Settings and I hit the Back button, I finish the Settings Activity and I return to the main Activity. The problem is that the data is being re-downloaded.
So, how can avoid the re-downloading of data?
I've though about startActivityForResult but I don't know how to use it and I do not understand how it works.
Thank you in advance!
backbutton – MAC Aug 7 '12 at 8:36