Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

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.

Mar 13, 2024

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.

Jan 29, 2024

A lightweight module written in Kotlin for monitoring network state and airplane mode on native android.

Jan 24, 2024

srtdroid is a Kotlin wrapper for Secure Reliable Transport (SRT). SRT is an open source transport technology that optimizes streaming performance across unpredictable networks.

Jan 19, 2022

Public IP lookup library for Android.

Jan 9, 2022

A lightweight Android network response API for handling data and error response with transformation extensions.

Jan 4, 2022

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.

Jan 2, 2022

An easy & handy library to monitor device internet connection status.

Sep 10, 2020

A networking built in pure kotlin for use with kotlin and android project, with full support for rxjava and coroutines

Sep 3, 2020

A simple, lifecycle-aware network monitoring library to simplify the need for asynchronous Android network state monitoring.

Sep 2, 2020

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.

Jun 26, 2020

A light weight and lifecycle awared live internet connection status library using reactivenetwork and crouton.

Apr 16, 2020

An OkHttp interceptor which has pretty logger for request and response. +Mock support

Mar 15, 2020

A simple no Internet dialog and snackbar, which will automatically appear and disappear based on Internet connectivity status.

Jan 1, 2020

Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.

Dec 29, 2019

FARLA is open-source library written in Java for making easy HTTP/HTTPS requests to a server with simplicity in mind.

Sep 8, 2019

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.

Jul 18, 2019
Advertisement

WatchTower - observe OKHttp and Retrofit API calls with their request and response details in any browser connected to your local network (Phone, PC, Laptop, ...)

May 25, 2019

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.

May 12, 2019

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.

May 1, 2019

More comfortable use of Fuel as in Retrofit or Feign for Kotlin/Android

Apr 29, 2019

A simple Android library to notify Android device network changes to help react properly.

Apr 29, 2019

An Easy to use retrofit based network/api call extension for android.

  1. No need to check internet connection before api call
  2. Easy to use
  3. Minimal configuration
  4. More readable code
Mar 8, 2019

Asynchronous socket (client+server) communications.

Feb 16, 2019

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.

Jan 25, 2019

It's a small library for fixing OpenSSL handshake with modern http client library: Picasso, Fast AndroidNetworking, Volley, Retrofit... whatever uses OkHttp library.

Jan 20, 2019

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.

Jan 2, 2019

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.

Nov 13, 2018

A small library to check whois records of a domain.

Oct 6, 2018

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.

Sep 24, 2018