public class StudentsList extends Module
Modifier and Type | Field and Description |
---|---|
static String |
TAG
Students List tag name for Logcat
|
isConnected, result
dbHelper, isDebuggable
Constructor and Description |
---|
StudentsList() |
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 |
onPause() |
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, onResume, runConnection, sendRequest, sendRequest, setMETHOD_NAME, startConnection
error, onCreateOptionsMenu, onOptionsItemSelected, showDialog
public static final String TAG
protected void requestService() throws NoSuchAlgorithmException, IOException, XmlPullParserException
Module
requestService
in class Module
NoSuchAlgorithmException
IOException
XmlPullParserException
protected void connect()
Module
protected void postConnect()
Module
postConnect
in class Module