you will build another type of app that stores contact information….

Question Answered step-by-step you will build another type of app that stores contact information….  you will build another type of app that stores contact information.Upon launching the app, the user should be presented a screen with two buttons.  One button will be labled “View Contacts” and the other “Add Contact”. (Max 20 points) For now, set the Add Contact button to be disabled(use the setEnabled method).  We’ll add functionality to it in a later assignment. (Max 5 points) When the user clicks on the “View Contacts” button, it should launch an activity that hosts a ViewPager.  Each screen managed by the ViewPager will display a contact’s name, phone number, and email address.  This contact information will be stored in an ArrayList that you initialize with made up information. (Max 65 points)Image transcription textThe app could look like this: Name: John Doe Name: James Kirk Phone: 510-555-1234 Phone: 925-555-1701e-mail: jdoc@yahoo.com e mail: captain@gmail.com View Contacts User clicks User swipes left Add Contact”View Contacts”… Show more  Engineering & Technology Computer Science CS 4656 Share QuestionEmailCopy link Comments (0)