MarschOSX / Responder

Senior Design I project for an Android auto-response application
0 stars 0 forks source link

Create Contacts Activity #36

Closed gabowser closed 8 years ago

gabowser commented 8 years ago

Create contacts page that has all existing contacts

MarschOSX commented 8 years ago

We currently have a scrollable list of LOCAL contacts. I simply created them in a .xml file and used it to get a start. Each contact can also be pressed to go into a sub-activity for that specific contact. We need to still access contacts on the device, have an add contact button that updates the list, and have information stored in the Single contact screen based on the name. For DB access per contact, maybe pass the name from ContactList->SingleContact, and that name be what we call the info from the DB?

MarschOSX commented 8 years ago

I have also raised the API from 19->21