ASE ASSIGNMENT 6 - nikky4222/ASE GitHub Wiki
ASE LAB ASSIGNMENT 6
Name : Lakshmi Nikitha
Class id:22
###Question
Create a signup page with Basic details like First name, Last name, Image, Address etc.
Image should be populated by using Camera or Gallery.
Address should be populated using Location Manager.
After Signup, show an Activity named “Home” which has a Map with Custom Marker (Use
the image from Signup form) at current location.
A login page has been created for the user to fill.

After the user fills the details the user can update the profile pic where he can choose a pic from camera or gallery

If the user choose the pic from camera,he can take a picture and if he saves it,the pic will be displayed as a profilepic.
###CameraPic


Now the user can choose the pic again from the gallery.

In the galeery he can choose from gallery or photos

When he choose gallery he gets the below navigation

When he choose photos he gets the below navigation

Then he choose required pic and that will be updated as a profile pic

After setting the profile pic the user signs in and navigated to home page where a map with current address is shown with custom marker.Created Map Activity and used mMap.addMarker() method to add Custom Marker (used the image from signup form) at current location.
