How to check that network is available or not on android device programmatically, which throws a message or toast message when we are trying to connect with a network such as Wifi & 3G.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
TO check whether network i.e 3G or WiFi is available or not we can use below methods to verify before starting our activities.
Hope this will help someone. |
|||||
|
this code check if you are with wifi or 3g or nothing , in the case of wifi on but not connected to a net or 3g have signal problem it detect this details, with DetailedStates |
||||
|
|
|
Use the following code as NetworkChecker.java & reuse it in your code:
|
|||
|
|
|
|||
|
|
