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
AsyncTask runs at a lower priority to help making sure the UI thread will remain responsive.