public class RecoverPassword extends Module
Modifier and Type | Field and Description |
---|---|
static String |
TAG |
static String |
USER_TO_RECOVER |
isConnected, result
dbHelper, isDebuggable
Constructor and Description |
---|
RecoverPassword() |
Modifier and Type | Method and Description |
---|---|
protected void |
connect()
Launches action in a separate thread while shows a progress dialog in UI
thread.
|
protected void |
onCreate(Bundle savedInstanceState) |
protected void |
onError()
Error handler
|
protected void |
onStart() |
protected void |
postConnect()
Launches action after executing connect() method
|
protected void |
requestService()
Connects to SWAD and gets user data.
|
addParam, createRequest, onActivityResult, onPause, onResume, runConnection, sendRequest, sendRequest, setMETHOD_NAME, startConnection
error, onCreateOptionsMenu, onOptionsItemSelected, showDialog
public static final String TAG
public static final String USER_TO_RECOVER
protected void requestService() throws Exception
Module
requestService
in class Module
NoSuchAlgorithmException
IOException
XmlPullParserException
Exception
protected void connect()
Module
protected void postConnect()
Module
postConnect
in class Module