I am a noob in Android and I want to make an Android library in which I want to check if the device is connected to an Wifi access point. This library will act a helper layer between my backend application and the mobile APP.
I had googled and checked the android developer site but all the examples which I am getting are for APP with an UI. But my library does not have any UI in it.
Can any one point me to any tutorial or document where I can get this information?