Skip to content

Instantly share code, notes, and snippets.

@haksgit
haksgit / FireBugsAuth
Created April 30, 2017 07:52
Part of source code
private class AsyncLoginAuth extends AsyncTask<String, Void, LoginResponse> {
/** progress dialog to show user that the backup is processing. */
/**
* application context.
*/
@Override
protected void onPreExecute() {
}