@Override
 public void onLowMemory() {
   super.onLowMemory();
   mRemoteImageLoader.onActivityLowMemory();
 }