Tutorial 04
- Due Jul 30, 2022 by 11:59pm
- Points 5
- Submitting a file upload
- File Types apk
- Available Jul 30, 2022 at 12am - Aug 11, 2022 at 11:59pm 13 days
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.
Demo: Click Here