Getting Started with WiFi on Android [closed]
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question 开发者_如何学PythonI'm trying to learn how to work with WiFi (e.g. connecting to networks automatically, starting new connections, etc) on Android.
Can anyone suggest any good sites or books that have helped them in the past?
okay ...
Blogs :
- http://www.tutorialforandroid.com/2009/10/turn-off-turn-on-wifi-in-android-using.html
Corresponding WiFi doc:
- http://developer.android.com/reference/android/net/wifi/WifiManager.html
- http://developer.android.com/reference/android/net/wifi/WifiConfiguration.html
- http://developer.android.com/reference/android/net/wifi/WifiInfo.html
- http://developer.android.com/reference/android/net/wifi/WifiManager.WifiLock.html
Books :
- Professional Android 2 Application Development has a chapter for Bluetooth, N/W and Wifi
精彩评论