I am using WebViews in an Android app, and I need to prevent the WebViews from caching.
Unfortunately it seems like this seemingly simple goal is nearly impossible t
As you are going to the next activity finish the previous activity. So that you can free all memory occupied by that activity. Hope this helps.