A simple android contact viewer for a mobile development class assignment..
AndroidContactViewer is hosted in the following web site
https://github.com/raytiley/AndroidContactViewer
If you think the Android project AndroidContactViewer 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 AndroidContactViewer.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | gson-2.2.2.jar |
Required Permissions | android.permission.CALL_PHONE android.permission.INTERNET |
There are 22 image files in AndroidContactViewer. The names of the image files are listed as follows.
email.png email_focused.png email_focused_transparent.png email_selected.png email_selected_transparent.png email_transparent.png green_plus.png logo.png phone.png phone_focused.png phone_focused_transparent.png phone_selected.png phone_selected_transparent.png phone_transparent.png profile_image.png red_minus.png texting.png texting_focused.png texting_focused_transparent.png texting_selected.png texting_selected_transparent.png texting_transparent.png
The following screenshort is generated from the image listed above.
AndroidContactViewer has the following Java source files.
com.example.AndroidContactViewer.Contact.java com.example.AndroidContactViewer.ContactEditActivity.java com.example.AndroidContactViewer.ContactListActivity.java com.example.AndroidContactViewer.ContactViewActivity.java com.example.AndroidContactViewer.MD5Util.java com.example.AndroidContactViewer.ToolbarConfig.java com.example.AndroidContactViewer.datastore.ContactDTO.java com.example.AndroidContactViewer.datastore.ContactDataSource.java com.example.AndroidContactViewer.datastore.ContactRepositoryFactory.java com.example.AndroidContactViewer.datastore.ContactRepositoryInterface.java com.example.AndroidContactViewer.datastore.DataUpdateHandler.java com.example.AndroidContactViewer.datastore.Group.java com.example.AndroidContactViewer.datastore.MySQLiteHelper.java com.example.AndroidContactViewer.datastore.ServiceResult.java com.example.AndroidContactViewer.datastore.Translator.java com.example.AndroidContactViewer.datastore.WebContactDataSource.java