netWatch icon indicating copy to clipboard operation
netWatch copied to clipboard

Simple Android library to notify Android device network changes and react properly.

Results 5 netWatch issues
Sort by recently updated
recently updated
newest added

Getting issue on broadcast receiever , on line ir.drax.netwatch.Ping.resume (Ping.java:79) Caused by java.lang.NullPointerException Attempt to invoke virtual method 'void java.lang.Thread.interrupt()' on a null object reference Fatal Exception: java.lang.RuntimeException Error receiving...

If i open the app with network connected. I get the callback 'onConnected`. I believe it callbacks should be fired only if the status changes.

I've updated release dependency in Readme to latest available release version 0.d.19

I am unable to build Netwatch outside the activity because the forceful casting of Context into Activity. ``` public static Builder builder(Context context){ return Builder.getInstance((Activity) context); } ``` With Following...

How to get the same status onDisconnected in the same activity after recreating?