Display Effect and implementation of Android instances
The following is the implementation
Implementation results:
Login result: the application determines that the current user has not logged on. The Login Dialog Box is displayed. After the user enters the account and password information, the information is sent to the server for verification. After the verification is successful, the real Toast succeeded and is transferred to other interfaces.
Registration result: if the user does not have an account, click "no account, quick account registration" in the Login Dialog Box"
The registration page is displayed. Enter the registration information and click the Registration button. After the registration is successful, the toast message "registration succeeded" is displayed. After the registration is completed, go to other functional interfaces.
Function implementation:
The entire function is divided into two parts.
Logon dialog box: Enter the logon information to go to the registration page.
Registration dialog box: Enter registration information to enable registration.