Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager).
By default OkHttp3 provides only in-memory implementation of CookieStore thus all the cookies won't survive for a long term changes. This is persistent cookie storage based on SharedPreferences.
NetSugar is an Android + AOP framework. It was a way of Aspect-Oriented Programming with AspectJ(ApsectJ 5) on Android. It is an easy-use and lightweight framework to check network state.
OkHttp-Stats is an android library built on top of OkHttp3, which is responsible for intercepting all the network calls and for calculating network stats such as the average network speed of the user.
This is more of an analytical tool which can be used to track the success and error response logs.
Can be plugged in to any app which uses okhttp in their networking stack.
TrustKit Android is an open source library that makes it easy to deploy SSL public key pinning and reporting in any Android App.
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences
.
Android Http Client is a small library to make requests to any internet service simple and practical way. You can implement multiple interfaces for the management of the responses. It also includes interfaces for managing upload and download of files.
Connecting to webservices from Android devices is now easy. The sending and receiving of data to and from webservices can be customized in a desired way and can be done by a single method.
Pacman is a lightweight and easy to use Parallel API Calls Manager.
You might need to execute multiple API calls at once to speed up loading of your app and proceed only when you have the data from all the required API calls. Managing this using normal boolean flags or such methods can be a pain and can result to incorrect data or behaviour.
That is where Pacman comes to play, as you just set it up with some CallGroup, make the API calls and then update Pacman as and when you get a response from the call.
After all the calls are done processing, Pacman will fire a callback to an attached listener (which you have set up) and then you have do whatever processing you needed to do after the calls were done.
Observe Android's CONNECTIVITY_CHANGE broadcasts using RxJava.
Android library for uploading files and multipart form data easily. Fluent API interface makes API Usage easy and readable.
Android Promise wrappers for Apache Http client.
As the name suggest, this Android library analyzes the network data information for any app in an android device.
An OkHttp interceptor which shows logs from OkHttp request and response data by shaking your device.
Cosmos Browser allows the user to connect to the internet through the use of SMS. No data or WiFi required.
Helper class to configure cache behaviour of OkHttp client, also works with Retrofit for Android.
Android Networking is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer.
This library has been built in order to provide a Reactive wrapper around the Android Network Service Discovery API and the JmDNS implementation for older devices.
An Android Library for common network operations with a fluent and easy to use API.
NsdHelper is a wrapper/helper library for Android Network Service Discovery.
Collection of handy networking tools for Android.