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".
In the sign up page, the user needs to enter his/ her basic details such as first name, last name, email etc.,
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.
If the user chooses to take a picture, then the camera application is opened.
After clicking a picture, the applications provides two options - OK, Retry.
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.
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.
The Address field in the sign up page is automatically filled by detecting the user location through GPS.