How do i create a app that check if there is wifi connection around? using android eclipse?
if there is videos would be better because im a beginner and so it gets difficult and confused for me when i read the codes and don’t know where to put them.
thanks
How do i create a app that check if there is wifi connection around?
Share
The WifiManager class provides the API for interfacing with the Wi-Fi of the device. The getConnectionInfo() method will return a WifiInfo object that will give you info about the current Wi-Fi connection. Also, here’s one tutorial I found that may be helpful.