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!.
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.
The following table is the detailed list of DeviceDiver.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
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.
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