Skip to content

App Design Splash Screen, Registration screen, Welcome screen and also validation In-App Using Android Studio...

Notifications You must be signed in to change notification settings

imparthgalani/Android_Tutorial05

Repository files navigation

Tutorial05

App Design Splash Screen, Registration screen, Welcome screen and also validation In-App Using Android Studio...

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)

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.

Tutorial05_3.PNG

About

App Design Splash Screen, Registration screen, Welcome screen and also validation In-App Using Android Studio...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages