Android App used to collect wifi signal strength in the building and log the lat/lng info using Google Maps Android API v2.
Thesis_Signal_Collector is hosted in the following web site
https://github.com/yun-wang/Thesis_Signal_Collector
If you think the Android project Thesis_Signal_Collector 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 Thesis_Signal_Collector.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
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_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES edu.ncsu.signalstrengthcollecter.permission.MAPS_RECEIVE |
Thesis_Signal_Collector has the following Java source files.
edu.ncsu.signalstrengthcollector.MainActivity.java edu.ncsu.signalstrengthcollector.MainApplication.java edu.ncsu.signalstrengthcollector.PostJSONDataAsyncTask.java