An Android library that helps you check the state of your network, if it is either available, lost, unavailable and also check the reach-ability of your network when your server is either down or your ISP is connected but no data subscription.
Light weight library to just check network connection type and availability, where you just using extensions from Context
can check inside your app Network state.
A lightweight module written in Kotlin for monitoring network state and airplane mode on native android.
srtdroid is a Kotlin wrapper for Secure Reliable Transport (SRT). SRT is an open source transport technology that optimizes streaming performance across unpredictable networks.
A lightweight Android network response API for handling data and error response with transformation extensions.
An HTTP inspector for Android & OkHTTP (like Charles but on device). Chucker works as an OkHttp Interceptor persisting all those events inside your application, and providing a UI for inspecting and sharing their content.
Apps using Chucker will display a push notification showing a summary of ongoing HTTP activity. Tapping on the notification launches the full Chucker UI. Apps can optionally suppress the notification, and launch the Chucker UI directly from within their own interface.
An easy & handy library to monitor device internet connection status.
A networking built in pure kotlin for use with kotlin and android project, with full support for rxjava and coroutines
A simple, lifecycle-aware network monitoring library to simplify the need for asynchronous Android network state monitoring.
RxWebSocket is a simple, lightweight, reactive wrapper around OkHttp WebSocket, inspired by RxAndroidBle.
Instead of implementing a WebSocketListener like you would normally do with WebSocket, you can subscribe to it and when it is connected, subscribe to its messages. When you're done with the connection, you can simply unsubscribe and it takes care of closing the connection for you.
A light weight and lifecycle awared live internet connection status library using reactivenetwork and crouton.
An OkHttp interceptor which has pretty logger for request and response. +Mock support
A simple no Internet dialog and snackbar, which will automatically appear and disappear based on Internet connectivity status.
Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.
FARLA is open-source library written in Java for making easy HTTP/HTTPS requests to a server with simplicity in mind.
AutoRefreshNetworkConnection is a library that gives you a very simple code and easy to use it. It can handle your tasks when the device connected or disconnected from internet (wifi or mobile data) by using observer pattern.
WatchTower - observe OKHttp and Retrofit API calls with their request and response details in any browser connected to your local network (Phone, PC, Laptop, ...)
BonjourConnect searches for a network connection if a specific type (e.g. _my_service_typw._tcp
) and returns information about the server and port that can be used to connect to the server.
A flexible solution for creating a repository pattern.
Based on RxJava and Retrofit you can either instantiate a ready-made one or build your own.
More comfortable use of Fuel as in Retrofit or Feign for Kotlin/Android
A simple Android library to notify Android device network changes to help react properly.
An Easy to use retrofit based network/api call extension for android.
DMNetworking Library is a powerful library for doing any type of networking in Android applications which is made on top of AsyncHttpClient and Jackson JSON parser.
It's a small library for fixing OpenSSL handshake with modern http client library: Picasso, Fast AndroidNetworking, Volley, Retrofit... whatever uses OkHttp library.
An OkHttp interceptor to intercept and manipulate response at runtime. It is useful for QA engineers who want to test the app against different api responses.
Sherlock is an in-app proxy and that visualizes all requests done through OKHttp client once you add it.
It's a replacement for Desktop Proxy which requires more complicated settings of adding certificates to your phone and configuring the right port ... etc.
It makes QA or even visualizing requests very easy with the help of a floating anchor that show network activity indication, as well as showing session / saving / renaming / editing / clearing sessions, also sharing of a specific request data.
RestRequest is a wrapper library that uses standard HttpRequest
components to make JSON Rest Calls. RestRequest is aimed on achieving easy implementation, reusable request objects, instinctive configuration options.