@Override
  public void onStart() {
    super.onStart();

    // when this activity starts, initiate an asynchronous HTTP GET request
    new DownloadStatesTask().execute();
  }