Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager).

May 6, 2017
Advertisement

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.

Apr 30, 2017

RxJava1/2 for Android BroadcastReceiver.

Apr 17, 2017

Session Cookie Reader.

Apr 13, 2017

Expansion pack for Android Volley Framework.

Apr 9, 2017

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.

Feb 19, 2017

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.

Jan 19, 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 persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.

Jan 15, 2017

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.

Jan 4, 2017

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.

Dec 23, 2016

A nearby handling APIs for Android Apps using RxJava.

Dec 19, 2016

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.

Dec 4, 2016

Simplified Android Rest API wrapper on-top of okHttp

Dec 2, 2016

Observe Android's CONNECTIVITY_CHANGE broadcasts using RxJava.

Nov 16, 2016

Utility classes for Okhttp.

Nov 8, 2016

Android library for uploading files and multipart form data easily. Fluent API interface makes API Usage easy and readable.

Oct 10, 2016

Java and Android class communication library.

Oct 2, 2016

Android Promise wrappers for Apache Http client.

Sep 4, 2016

OkHttp with UIThread and lifecycle safety callback.

Aug 20, 2016

Http Connection calls made easy.

Aug 7, 2016

As the name suggest, this Android library analyzes the network data information for any app in an android device.

Jul 18, 2016

An OkHttp interceptor which shows logs from OkHttp request and response data by shaking your device.

Jul 11, 2016

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

Jul 8, 2016

Helper class to configure cache behaviour of OkHttp client, also works with Retrofit for Android.

Jul 1, 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

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.

Feb 29, 2016

An Android Library for common network operations with a fluent and easy to use API.

Feb 27, 2016

NsdHelper is a wrapper/helper library for Android Network Service Discovery.

Feb 19, 2016

Collection of handy networking tools for Android.

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

Feb 6, 2016