@Override
 public void onResume() {
   super.onResume();
   TVHClientApplication app = (TVHClientApplication) activity.getApplication();
   app.addListener(this);
   if (!app.isLoading()) {
     populateList();
   }
 }