Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

An HTTP & SPDY client for Android and Java applications.

Jul 5, 2014

An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All requests are made outside of your app’s main UI thread, but any callback logic will be executed on the same thread as the callback was created using Android’s Handler message passing.

Jul 5, 2014

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use.

Jul 5, 2014

AndroidAsync is a low level network protocol library.

Features:

  • Based on NIO. One thread, driven by callbacks. Highly efficient.
  • All operations return a Future that can be cancelled
  • Socket client + socket server
  • HTTP client + server
  • WebSocket client + server
  • Socket.IO client
Aug 20, 2014

Utility classes for Okhttp.

Nov 8, 2016

Android Networking is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer.

Jun 10, 2016

The easiest HTTP networking library in Kotlin for Android.

Features:

  • Support basic HTTP GET/POST/PUT/DELETE in a fluent style interface
  • Download file
  • Upload file (multipart/form-data)
  • Configuration manager
  • Debug log / cUrl log
  • Support response deserialization into plain old object (both Kotlin & Java)
  • Automatically invoke handler on Android Main Thread
Sep 25, 2015

Easily upload files in the background with automatic Android Notification Center progress indication.

Jul 19, 2015

Android Asynchronous Networking and Image Loading.

Jul 5, 2014

Collection of handy networking tools for Android.

  • Ping
  • Port Scanning
  • Subnet tools (find devices on local network)
  • Wake-On-Lan
  • & More :)

Feb 6, 2016

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

Mar 15, 2020

Reactive Extension (Rx) Adaptor for Netty.

Aug 30, 2014

KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO.

Aug 12, 2014

This library provides a means to access the content on the Web easily from AndroidWear.

Sep 22, 2014

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

Jan 1, 2020

A Java library that implements the UPnP Device Architecture 1.0. Use Cling Core to expose services with a UPnP remoting interface, or to write control point applications that discover UPnP devices and utilize their services.

Jan 6, 2015

This is an Android networking library for wrapping some complicated functionality and consisting of a combination of Volley, OkHttp and GSON.

Oct 27, 2014

A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.

Jan 15, 2017

Session Cookie Reader.

Apr 13, 2017

TrustKit Android is an open source library that makes it easy to deploy SSL public key pinning and reporting in any Android App.

Jan 18, 2017

A network abstraction layer over Volley, written in Kotlin and inspired by Moya for Swift.

Aug 28, 2017

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

Dec 29, 2019

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

Apr 29, 2019

This library makes it very easy to make http requests with the okhttp library.

Jul 30, 2018

Merlin aims to simplify network monitoring. Providing 3 registrable callbacks for network connectivity changes: onConnect, onDisconnect and onBind.

May 17, 2015

Cosmos Browser allows the user to connect to the internet through the use of SMS. No data or WiFi required.

Jul 8, 2016

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

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

Project improvements to Volley along with full image caching.

VolleyPlus library improvements to Volley along with full image caching. It involves using RequestQueue, RequestTickle and Request.

Jul 11, 2014

Let Retrofit support multiple baseUrl and can be change the baseUrl at runtime.

Jul 26, 2017