Android Open Source - SQLite example AndroidContactOrganizer






Project Summary

This is a example application that Use Sqlite to store delete and edit contacts.

Web Site / Source Repository

AndroidContactOrganizer is hosted in the following web site
https://github.com/KingMarney/AndroidContactOrganizer

If you think the Android project AndroidContactOrganizer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidContactOrganizer.

ItemValue
Java File Count5
Activity Count2
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE




License

The license information of AndroidContactOrganizer is as follows:

MIT License

Resource Files

There are 2 image files in AndroidContactOrganizer. The names of the image files are listed as follows.

contact_image.png
pencil_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

org.examples.contactorganizer.ApplicationTest.java
org.examples.contactorganizer.Contact.java
org.examples.contactorganizer.DatabaseHandler.java
org.examples.contactorganizer.EditContact.java
org.examples.contactorganizer.MainActivity.java