ICP12 - Abinash-Banda/web-and-mobile-computing GitHub Wiki
This is my Wiki for ICP 12
In this ICP we have focused on the Firebase and SQlite databases
1.Open the use case 'Firebase' provided in source code and understand how the control flows from source code to UI
2.Add the following functionalities to the app:
• Log out
• Delete feature
OUTPUTS
Firebase
- Initial home page when android studio is executed

- This is when we signup to fill our details

- This is when we try to login

- This is when we save information into the database with user name and phone number. We can also delete the saved data from the database here

-
Forgot password code

-
Delete Account code

SQlite
- Initial home page when android studio is executed

- This is when we enter the employer detais like regarding the company

- This is when we enter the employee details with the comapny representation

- This is when we delete the data of the employee

- Employee activity

- Employer activity
