android_connectionbuddy
android_connectionbuddy copied to clipboard
Utility library for handling connectivity change events.
its not supporting in new android version as jcenter is deprecated now
Getting crash reports: ``` Caused by: java.lang.NullPointerException: at com.zplesac.connectionbuddy.ConnectionBuddy.registerForConnectivityEvents (ConnectionBuddy.java:121) at com.app.app.activities.CommonActivity.onStart (CommonActivity.java:101) at android.app.Instrumentation.callActivityOnStart (Instrumentation.java:1334) at android.app.Activity.performStart (Activity.java:7130) at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2932) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3047) at android.app.ActivityThread.-wrap11 (Unknown Source) at...
Related to #95 - the branch needs some refreshing. We should also determine the minimum API version that makes sense for this round of updates - we could stay conservative...
Will there be a new release since there was a major refactoring and maintenance changes in `maintenence-update` branch
Since the library is quite dated, it is possible that a lot of its features do not make sense in the current Android ecosystem. We need to assess each of...
There was quite some maintenance effort done on the refactor/maintenance, but it was done a long time ago at this point (almost 2 years ago) so we need to go...
Running on Android 9. Connectivity state changing from CONNECTED to Not_Connected then to Connected?
I have implemented your Library as you described but the onconnectionchange() is getting called 3 times - first for Connected then Not COnnected then Connected. And my Code which I...