This is a GIT repository for my private test application that utilizes Android's NFC features to automatically set up a WLAN configuration..
WlanHelper is hosted in the following web site
https://github.com/Jartse/WlanHelper
If you think the Android project WlanHelper 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 WlanHelper.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 15 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE android.permission.NFC |
There are 1 image files in WlanHelper. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
WlanHelper has the following Java source files.
com.example.wlanhelper.Constants.java com.example.wlanhelper.MainActivity.java com.example.wlanhelper.MessageDisplayer.java com.example.wlanhelper.ReadException.java com.example.wlanhelper.TagReader.java com.example.wlanhelper.TagWriter.java com.example.wlanhelper.WifiConfigurator.java com.example.wlanhelper.WifiInfo.java com.example.wlanhelper.WifiManagerProvider.java com.example.wlanhelper.WifiSetupException.java com.example.wlanhelper.WriteException.java