Android Open Source - Network result DeviceDiver






Project Summary

Android App example shows how to: read Wifi Scan Results, Manage (read, and save to SD Card) all available sensors in the device, and finally read Mobile Networks signal strengths. - Using multi-threading as needed, Handling errors and notify the user!.

Web Site / Source Repository

DeviceDiver is hosted in the following web site
https://github.com/YasserRabee/DeviceDiver

If you think the Android project DeviceDiver 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 DeviceDiver.

ItemValue
Java File Count9
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 9 image files in DeviceDiver. The names of the image files are listed as follows.

cell.png
p0.png
p1.png
p2.png
p3.png
p4.png
phone.png
sensors.png
wifi.png

The following screenshort is generated from the image listed above.

null




Java Source Files

DeviceDiver has the following Java source files.

com.learn.devicediver.CellularActivity.java
com.learn.devicediver.MainActivity.java
com.learn.devicediver.SensorMonitorActivity.java
com.learn.devicediver.SensorsActivity.java
com.learn.devicediver.WifiActivity.java
com.learn.devicediver.WifiDetails.java
com.learn.utl.IOWrite.java
com.learn.utl.IOWriteInterface.java
com.learn.utl.StorageWrite.java