Skip to content

Latest commit

 

History

History

Tutorial04

Splash screen, Login Screen and Welcome Screen design In-App Using Android Studio...

In tutorial 03, add one more screen as Splash Screen for a "Welcome" message with logo/Text. After 2 seconds it should open Login Screen. Also, add email validation in the Login form.

Hint:

  • For auto execute any task after some delay or to do some task periodically use Timer class.
  • To validate any input Regular Expiration (Regex) is the most efficient way. For that android has Patterns class
  • To have control of the screen orientation, and other configuration from here .