Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Provides a simple way for handling connectivity change events.

Nov 15, 2015

Smash is Volley-inspired networking library that's using OkHttp in its core.

Oct 20, 2015

Convert OkHttp requests into curl logs.

Oct 18, 2015

Easily monitor remote hosts and ports reachability on Android.

Oct 12, 2015

Monet is a wrapper of the Volley and the Jackson libraries. It's offering a L1 memory caching by using the LRU Cache, apart from the L2 disk caching that Volley offers through the HTTP headers "Cache-Control" and "Expires".

Sep 29, 2015

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

Lightweight HTTP client for Android.

Sep 24, 2015

A Simple Wrapper Class for Apache-commons FTPClient to Easily Upload/Download Any kind of File over FTP. This Library is targeted for novice developers and provides very minimalistic and easily understandable Interface for FTP usage.

Sep 16, 2015

Reactive BroadcastReceiver implementations for Android.

Sep 8, 2015

Android Volley Wrapper library to make networking easy, flexible and better.

Aug 24, 2015

A simple util and example of how to track connectivity changes in Android applications.

Jul 21, 2015

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

Jul 19, 2015

Introducing Volley Ball for Android, an extension library built on top of Volley.

Jul 5, 2015

Annotation triggered connectivity checking for Android.

Jul 5, 2015

Blaubot is a middleware to create small adhoc networks via P2P connections such as Bluetooth-RFCOMM, Adhoc-WiFi or simple socket connections. Blaubot takes care of device discovery and connection establishment with the goal to minimize a developer's boilerplate code to set up these small networks.

Jun 17, 2015

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

May 17, 2015

Reactive spice added to Android's network service discovery API.

May 12, 2015

An Android library that allows you to figure out the quality of the current user's internet connection. The connection gets classified into several "Connection Classes" that make it easy to develop against. The library does this by listening to the existing internet traffic done by your app and notifying you when the user's connection quality changes. Developers can then use this Connection Class information and adjust the application's behavior.

Mar 28, 2015

droidQuery is an Android port of jQuery, and is designed to be as syntactically alike as possible in Java.

Feb 9, 2015

Thin wrapper for managing periodic sync with ContentResolver.

Jan 12, 2015

This library provides a simple 2-way sync implementation to plug into your Android Sync framework integration.

Jan 11, 2015

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

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

Sep 22, 2014

Reactive Extension (Rx) Adaptor for Netty.

Aug 30, 2014

NIO based Android HTTP&HTTPS local proxy.

Features:

  • Simple API
  • Java NIO based
  • HTTP&HTTPS support
  • High performance
Aug 23, 2014

This library is an Android networking abstraction library consisting of a combination of Volley, OkHttp, and Jackson, with a little glue to stick it all together. It's a great place to start if you need to execute requests, especially thos which return JSON.

Aug 20, 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

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

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