Very simple, client - server Android personal project. Simple app showing 5 contacts and enabling user to select few, send them to (local) node-js server through JSON and swam given name with family name..
SampleAndroidClientServer is hosted in the following web site
https://github.com/siemionides/SampleAndroidClientServer
If you think the Android project SampleAndroidClientServer 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 SampleAndroidClientServer.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_CONTACTS |
SampleAndroidClientServer has the following Java source files.
com.example.impaqsampleproject.Contact.java com.example.impaqsampleproject.ContactsViewerActivity.java com.example.impaqsampleproject.preferences.PreferencesActivity.java com.example.impaqsampleproject.preferences.PreferencesFragment.java