/*
  * (non-Javadoc)
  *
  * @see android.widget.BaseAdapter#notifyDataSetChanged()
  */
 @Override
 public void notifyDataSetChanged() {
   // TODO Auto-generated method stub
   // pos = -1;
   super.notifyDataSetChanged();
   activity.setTitle("");
   activity.setProgressBarIndeterminateVisibility(false);
 }