A simple Android application to store contact details. Required coursework in an Android module at Swansea University.
Contacts is hosted in the following web site
https://github.com/DRM92/Contacts
If you think the Android project Contacts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Contacts.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
There are 7 image files in Contacts. The names of the image files are listed as follows.
ic_action_add.png ic_btn_add.png ic_btn_back.png ic_btn_cancel.png ic_btn_edit.png ic_btn_home.png ic_btn_save.png
The following screenshort is generated from the image listed above.
Contacts has the following Java source files.
com.example.contacts.AddContactActivity.java com.example.contacts.Contact.java com.example.contacts.ContactsActivity.java com.example.contacts.DatabaseHandler.java com.example.contacts.EditContact.java com.example.contacts.ViewContact.java