Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jhelmig/8230906 to your computer and use it in GitHub Desktop.
private class CallAPI extends AsyncTask<String, String, String> {
@Override
protected String doInBackground(String... params) {
return "";
}
protected void onPostExecute(String result) {
}
} // end CallAPI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment