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

  1. Initial home page when android studio is executed

Output 1

  1. This is when we signup to fill our details

Output 2

  1. This is when we try to login

Output 3

  1. 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

Output 5

  1. Forgot password code forgot pass

  2. Delete Account code

delete account

SQlite

  1. Initial home page when android studio is executed

Output 6

  1. This is when we enter the employer detais like regarding the company

Output 7

  1. This is when we enter the employee details with the comapny representation

Output 8

  1. This is when we delete the data of the employee

Output 9

  1. Employee activity

employee activity

  1. Employer activity

employer activity