E eijixAG Lurker Nov 27, 2010 #1 hi,everyone. I have been making the application. It connects to the Wi-Fi network. But I do not know how. I'm looking for sample source code. Do you know helpful web sites? eijixAG
hi,everyone. I have been making the application. It connects to the Wi-Fi network. But I do not know how. I'm looking for sample source code. Do you know helpful web sites? eijixAG
I intsurfer Lurker Nov 27, 2010 #2 Hi! That's very simple! 1. wm = (WifiManager) getSystemService(WIFI_SERVICE); 2. wm.setWifiEnabled(true); That's all!
Hi! That's very simple! 1. wm = (WifiManager) getSystemService(WIFI_SERVICE); 2. wm.setWifiEnabled(true); That's all!