Simple android app to backup contacts.
ContactBackup is hosted in the following web site
https://github.com/tomasvalettini/ContactBackup
If you think the Android project ContactBackup 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 ContactBackup.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_CONTACTS |
There are 1 image files in ContactBackup. The names of the image files are listed as follows.
ic_backup.png
The following screenshort is generated from the image listed above.
ContactBackup has the following Java source files.
com.example.contactbackup.Activities.ContactListDisplay.java com.example.contactbackup.Activities.MainActivity.java com.example.contactbackup.Model.Data.Contact .java com.example.contactbackup.Model.Logic.ContactReader.java com.example.contactbackup.Model.Logic.IContactReader .java com.example.contactbackup.Model.Logic.IJSONWriter .java com.example.contactbackup.Model.Logic.JSONWriter.java com.example.contactbackup.Views.ContactsListView .java