Is it possible to reuse an activity without destroying it? For example, after I press BACK button, the activity will disappear and the app returns to the previous activity. But that disappeared activity is still in memory and can be fast displayed without re-creating it.
This is the reason why I have such an idea: I use an activity which was written by others. I found there were some memory leaks but I couldn't find them because I have no source code. So I want to find a workaround.