@Override
 protected void onResume() {
   super.onResume();
   mAdapter.notifyDataSetChanged();
 }