protected void onStop() {
   super.onStop();
   downloadThread.requestStop();
 }