Skip to content

Instantly share code, notes, and snippets.

@jhelmig
Created January 3, 2014 01:54
Show Gist options
  • Select an option

  • Save jhelmig/8231195 to your computer and use it in GitHub Desktop.

Select an option

Save jhelmig/8231195 to your computer and use it in GitHub Desktop.
protected void onPostExecute(String result) {
Intent intent = new Intent(getApplicationContext(), ResultActivity.class);
intent.putExtra(EXTRA_MESSAGE, result);
startActivity(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment