This is the Source Code of an Android contacts application I developed in March, 2014.
Android-Contacts-App is hosted in the following web site
https://github.com/SongLee24/Android-Contacts-App
If you think the Android project Android-Contacts-App 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 Android-Contacts-App.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CALL_PHONE android.permission.SEND_SMS |
There are 6 image files in Android-Contacts-App. The names of the image files are listed as follows.
call.png image1.png image2.png main_icon.png sms.png view.png
The following screenshort is generated from the image listed above.
Android-Contacts-App has the following Java source files.
com.lisong.activity.About.java com.lisong.activity.AddActivity.java com.lisong.activity.DetailActivity.java com.lisong.activity.MainActivity.java com.lisong.activity.ModifyActivity.java com.lisong.dataaccess.DBContact.java com.lisong.dataaccess.DBOperation.java com.lisong.model.Contact.java com.lisong.service.Service.java