Tutorial 05
- Due No Due Date
- Points 5
- Submitting a file upload
- File Types apk
- Available Jul 24, 2022 at 12am - Aug 9, 2022 at 11:59pm 17 days
If in Tutorial 04, User doesn't have an account with your app, then create a registration form for them, with the following fields.
- First Name (EditText)
- Last Name (EditText)
- Email as Username (EditText)
- Password (EditText)
- Gender (RadioGroup & RadioButton) Demo
- Branch CE/IT (Switch) Demo
- City (Spinner) Demo1, Demo2
- Register Me (Button) Demo
On button click validate the form. If the information is validated than send form information to next screen where this information should display in the TextView. Also, set back button in the action bar as shown in the second figure.
Hint: To set back button you can set only parent Activity name in AndroidManifest.xml file as shown in the figure.
Demo: Click Here