All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.path.android.jobqueue.network.NetworkUtil Maven / Gradle / Ivy

Go to download

a Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

There is a newer version: 1.1.2
Show newest version
package com.path.android.jobqueue.network;

import android.content.Context;

/**
 * Interface which you can implement if you want to provide a custom Network callback.
 * Make sure you also implement {@link NetworkEventProvider} for best performance.
 */
public interface NetworkUtil {
    public boolean isConnected(Context context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy