public class RegisterActivity
extends Activity
Modifier and Type | Field and Description |
---|---|
private ChatLogic |
chat |
private Button |
loginButton |
private EditText |
nethzText |
private EditText |
numberText |
Constructor and Description |
---|
RegisterActivity() |
Modifier and Type | Method and Description |
---|---|
private boolean |
haveNetworkConnection() |
private boolean |
isNetworkAvailable() |
private boolean |
isOnline() |
void |
onCreate(Bundle savedInstanceState) |
private Button loginButton
private EditText nethzText
private EditText numberText
private ChatLogic chat