0

I need to build an Android app that at certain intervals will check if a specific WiFi connection is in range and connect to it and transfer some data. Once the data transfer is completed just fall back to the original WiFi connection if there was one.

Is that possible and if yes is there any documentation on this?

avatar
  • 11,435
  • 15
  • 63
  • 81
  • 4
    Yes: the answer is here: http://stackoverflow.com/questions/8818290/how-to-connect-to-a-specific-wifi-network-in-android-programmatically See also this link: http://developer.android.com/reference/android/net/wifi/WifiManager.html – paulsm4 Jun 11 '12 at 03:10
  • @paulsm4 Thank you! That's what I was looking for. – avatar Jun 11 '12 at 03:25

0 Answers0