Skip to content

Instantly share code, notes, and snippets.

View cami7ord's full-sized avatar

Camilo Baquero Jiménez cami7ord

View GitHub Profile
@cami7ord
cami7ord / HTTPGET
Created June 2, 2015 22:08
AsyncTask GET Android
/**
* Represents an asynchronous login/registration task used to authenticate
* the user.
*/
public class UserLoginTask extends AsyncTask<Void, Void, Boolean> {
private Context mContext;
private final String mEmail;
private final String mPassword;