public void updateView() {
   tableView.dataSetChanged();
 }
Exemplo n.º 2
0
 @Override
 public void onResume(Activity activity) {
   if (tableView != null) {
     tableView.dataSetChanged();
   }
 }