Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question No.2 Create one more activity in your project. This new activity called as Home Screen. Integrate Navigation Drawer in Home Screen. When user fill
Question No.2
Create one more activity in your project. This new activity called as Home Screen.
- Integrate Navigation Drawer in Home Screen.
- When user fill signup form data need to be saved in Sqlite Database.
- When some user try to login. App check that either their account exist in sqlite database or not.
- Incase user account exist user successfully login and redirected to Home Screen.
- Incase user account not exist then show Dialog box with some title and description (show DialogBox not Toast)
- When user successfully login then username and password also saved in shared preference.
- Whenever app open again you must need check that is their any user already login or not(using shared preference).
Incase shared preference data found user will be directed to Home Screen otherwise login required.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started