I\'m developing a small app that reads in specific html-pages, re-formats them and then shows them in a WebView. If I run my code in the GUI thread, the performance hit is c
u need to call final String str = fx.execute. you should not call doinbackground directly from ui thread.