/** Notifies the contained list of RSS feeds that the underlying data has been changed. */
 public void notifyDataSetChanged() {
   rssfeedsAdapter.notifyDataSetChanged();
 }