WebView memory leak
问题 Sorry if this is some kind of duplicate question. I googled for about an hour but still have problems with the memory usage of the WebView component. I'm starting an Activity (NewsDetail) from a ListActivity to display a specific news article. The HTML-Code of the article is added into the WebView which is included in the Activity layout. (it also loads 1 or 2 images via newsDetail.loadDataWithBaseURL() ) I'm starting the article Activity via: Intent i = new Intent(getApplicationContext(),