How to check if Wi-Fi is connected on Android Programmatically ?

To check if your Android device is already connected to a Wi-Fi network, you can use the … Read more

How to check if password for WiFi network is correct in Android ?

The following sample code in android can be used to check if the Password entered to connect … Read more

How to Enable/Disable WiFi problematically in Android ?

Using “setWifiEnabled” API in Android, you can enable or disable Wi-Fi programmatically. Below an example of how … Read more

How to debug Fragments in Android ?

Debugging fragments in Android involves identifying and fixing issues or unexpected behavior within your fragment-based user interface … Read more

How to identify Activity Name and Start the Activity of Installed App ?

This posts lets you identify name of the activity from the installed application and then use the … Read more