Skip to content

Instantly share code, notes, and snippets.

View soberstadt's full-sized avatar
🤷‍♂️
yep.

Spencer Oberstadt soberstadt

🤷‍♂️
yep.
  • Stevens Point, WI
View GitHub Profile
@soberstadt
soberstadt / GeneralHTTPRequestExampleActivity.java
Created January 25, 2012 21:51
Asynctask in Android and onCompleteListener
package com.spencero.example.generalHttpRequest;
import com.spencero.example.generalHttpRequest.GeneralHttpTask.OnResponseListener;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;