Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Started with WiFi on Android [closed]

Tags:

android

I'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?

like image 511
brig Avatar asked Mar 16 '11 07:03

brig


1 Answers

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
like image 70
Reno Avatar answered Nov 15 '22 18:11

Reno