Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bblackbelt/f18f13e97523b0f4eb6c61bc5e91edbf to your computer and use it in GitHub Desktop.
Save bblackbelt/f18f13e97523b0f4eb6c61bc5e91edbf to your computer and use it in GitHub Desktop.
@Override
protected void onPostExecute(final String response) {
super.onPostExecute(response);
m_Handler = new Handler();
new Thread(new Runnable() {
@Override
public void run() {
m_Handler.post(new Runnable() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment