Android Application to predict the Contact Volume (maximum amount of data that can be transferred between two devices) using WiFi Direct.
PCV is hosted in the following web site
https://github.com/pavan-deshpande/PCV
If you think the Android project PCV 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 PCV.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 5 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_NETWORK_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.RECORD_AUDIO android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_INTERNAL_STORAGE |
Asset File Names | assets\sample_file.txt |
There are 4 image files in PCV. The names of the image files are listed as follows.
ic_action_discover.png ic_action_name.png ic_action_on_off.png machine.png
The following screenshort is generated from the image listed above.
PCV has the following Java source files.
com.example.datarate.DAOActivity.java com.example.datarate.DAOHelper.java com.example.datarate.DataRateActivity.java com.example.datarate.DataRateDAO.java com.example.datarate.DataRateModel.java com.example.datarate.DeviceDetailFragment.java com.example.datarate.DeviceListFragment.java com.example.datarate.FileTransferService.java com.example.datarate.WiFiDirectBroadcastReceiver.java com.example.main.MainActivity.java com.example.pcv.ContactVolumePrediction.java com.example.pcv.DataTransferService.java com.example.pcv.DatabaseToText.java com.example.pcv.LocationModel.java com.example.pcv.PCVActivity.java com.example.pcv.PCVBroadcastReceiver.java com.example.pcv.PCVDeviceDetailFragment.java com.example.pcv.PCVDeviceListFragment.java com.example.pcv.ServerAsyncTask.java com.example.pcv.Util.java