PLEASE READ BEFORE SENDING HANDSHAKE!!
Create a simple application that gathers the following personal information:
- First name
- Last name
- Address
- City
- State
- Phone number
- E-mail address
- Date of birth
- Provide the ability to search the web for the person specified in first name+last name.
Use a class named “Person” that holds the properties above.
Include format validation on the phone number and e-mail address.
Collect the date of birth using a modal view with a date picker.