|
| boolean | sendRegisterRequest (String userName, String password, String name, String surname, int gender, String email, String birthdate) |
| |
|
|
static final String | CLASS_NAME = "com.mobcoll.bitirmeandroid.RegisterPage" |
| |
|
| void | onCreate (Bundle savedInstanceState) |
| |
Registering page for the application
| void com.mobcoll.bitirmeandroid.RegisterPage.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
Initializes class members.
| boolean com.mobcoll.bitirmeandroid.RegisterPage.sendRegisterRequest |
( |
String |
userName, |
|
|
String |
password, |
|
|
String |
name, |
|
|
String |
surname, |
|
|
int |
gender, |
|
|
String |
email, |
|
|
String |
birthdate |
|
) |
| |
|
inline |
Connects with server and sends register request with the parameters given by user.
- Parameters
-
| userName | |
| password | |
| name | |
| surname | |
| gender | |
| email | |
| birthdate | |
- Returns
The documentation for this class was generated from the following file:
- src/com/mobcoll/bitirmeandroid/RegisterPage.java