public void updateView() {
   tableView.dataSetChanged();
 }
예제 #2
0
 @Override
 public void onResume(Activity activity) {
   if (tableView != null) {
     tableView.dataSetChanged();
   }
 }