Lab Assignment 5 - ravali-b/ASE_Lab-Assignments GitHub Wiki

Lab Assignment 5


Class ID: 7

In Assignment 5, I created a sign up page and a home page in an android application - "MapsPhoto".

app

In the sign up page, the user needs to enter his/ her basic details such as first name, last name, email etc.,

signup

After entering all the basic details needed, the user can also insert a profile pic by 'taking a picture' or by 'choosing a picture' from the gallery of the device.

signup

If the user chooses to take a picture, then the camera application is opened.

pic

After clicking a picture, the applications provides two options - OK, Retry.

pic2

After getting a good picture, it is displayed in the sign up page. If the user wants to upload a picture from the device's gallery, 'upload photo' option is available.

pic3

pic4

pic5

After clicking on the 'sign up' button, the user is redirected to the home page where the location of the user is displayed along with the picture.

maps

The Address field in the sign up page is automatically filled by detecting the user location through GPS.

address