Example #1
0
 @Override
 protected void onDestroy() {
   super.onDestroy();
   if (asyncTask != null) {
     asyncTask.cancel(true);
   }
   if (adapter != null) {
     adapter.recycleBitmaps();
   }
   if (loadingDialog != null) {
     loadingDialog = null;
   }
 }
Example #2
0
package com.dns.taxchina.ui.fragment;