I'm using this App to teach myself network libraries in Android. Second Android project attempted..
AndroidSimpleNetworkInfo is hosted in the following web site
https://github.com/MaStanford/AndroidSimpleNetworkInfo
If you think the Android project AndroidSimpleNetworkInfo 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 AndroidSimpleNetworkInfo.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 9 |
Minimum SDK Version | 9 |
Activity Count | 8 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.BLUETOOTH android.permission.INTERNET |
Raw File Names | res\raw\statuscodes.txt |
There are 6 image files in AndroidSimpleNetworkInfo. The names of the image files are listed as follows.
ic_action_search.png ic_menu_connection.png ic_menu_feed.png ic_menu_flash.png ic_menu_gear.png ic_menu_signal.png
The following screenshort is generated from the image listed above.
AndroidSimpleNetworkInfo has the following Java source files.
com.example.simplenetworkinfo.BaseClass.java com.example.simplenetworkinfo.BaseTab.java com.example.simplenetworkinfo.NetWorkInfo.java com.example.simplenetworkinfo.Ping.java com.example.simplenetworkinfo.Ports.java com.example.simplenetworkinfo.Settings.java com.example.simplenetworkinfo.http.Address.java com.example.simplenetworkinfo.http.HttpFetch.java com.example.simplenetworkinfo.tab.BaseConn.java com.example.simplenetworkinfo.tab.BluetoothConn.java com.example.simplenetworkinfo.tab.CurrentConn.java com.example.simplenetworkinfo.tab.MobileConn.java com.example.simplenetworkinfo.tab.WifiConn.java com.example.simplenetworkinfo.utils.IpMacUtil.java