C# Class HELPS.LogOnActivity

Inheritance: Android.App.Activity
Mostrar archivo Open project: HamzaTariq95/HELPSProject

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
LogIn ( string studentID, string password ) : System.Threading.Tasks.Task
SendToUtsResetPassword ( ) : void
ShowAboutHelps ( ) : void
ShowFailAlert ( ) : void
ShowProgressDialog ( Android.App.ProgressDialog progressDialog, bool show ) : void
SplitRow ( string Row ) : List
currentUTSStudent ( string studentID, string password ) : bool
registeredAtHELPS ( string studentID ) : Task
studentIdFoundInUTSDatabase ( string studentID, string password ) : bool

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void