Android Project ClientDetails used for keeping customer records such as name, address, contact detail in mobile itself using SQLite database..
ClientDetails is hosted in the following web site
https://github.com/samrakchan/ClientDetails
If you think the Android project ClientDetails 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 ClientDetails.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
ClientDetails has the following Java source files.
com.clientdetails.Client.java com.clientdetails.ClientAdapter.java com.clientdetails.ClientDetails.java com.clientdetails.ClientList.java com.clientdetails.DBAdapter.java com.clientdetails.ExportToSD.java