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