Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

Jul 11, 2016

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

A simple to use networking library that makes it easy to retrieve data from REST APIs. Also provides a mock function to build/test your app without actually making the http request.

Features:

  • Supports GET/POST/PUT/DELETE (for now)
  • Supports file downloads and uploads (with progress callbacks)
  • Supports http post data (json, multipart, url-encoded, plain text, xml)
  • Simple OAuth logins using password resource flow
  • Queued requests
  • Global and per request mocking
  • Built in deserialization for JSON (using gson)
  • Automatically handles redirects
Aug 14, 2017

A Retrofit 2 CallAdapter.Factory for Kotlin coroutine's Deferred.

Jan 6, 2018

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

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

Asynchronous socket (client+server) communications.

Feb 16, 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

OkSse is an extension library for OkHttp to create a Server-Sent Event (SSE) client.

Server-sent events is a standard describing how servers can initiate data transmission towards clients once an initial client connection has been established. They are commonly used to send message updates or continuous data streams to a client.

Jan 7, 2018

Easily monitor remote hosts and ports reachability on Android.

Oct 12, 2015

A Retrofit 2 CallAdapter.Factory for Android LiveData

Feb 10, 2018

A library, based on Google's Volley library, that makes android HTTP requests easier and requires no boiler plate code that volley usually needs.

CustomVolleyRequester is used to make developer's lives easier. Making HTTP calls is a common requirement for most apps and we believe that using it does not require the developer to repeat the initialization process each time. With CustomVolleyRequester, all you need to do is specify the request fields needed for your request, give it the desired model class to be returned, and the library will deliver your model.

Oct 8, 2017

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

A Retrofit Converter which based on Gson-Converter also can encrypt/decrypt JSON.

Mar 31, 2018

A small library to check whois records of a domain.

Oct 6, 2018

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

Jul 1, 2016

A simple library to make http request.

Jan 7, 2018

Expansion pack for Android Volley Framework.

Apr 9, 2017

A Cacheable Network Library For Android Application

Intro

The total scenario of A network calling is to communicate with server then get back the result. So, to handle this two action using this library you need to instantiate ApiAdapter class to perform A network call and invoke NetworkResponse interface to receive the results (to receive both error and success message).

Jul 1, 2018

ReactiveConnectivity is an Android Library to Listening NetworkConnectivity with RxJava Observables, It's written with Reactive Programming Approach. Library supports both new and legacy network monitoring.

Jan 13, 2018

An android api client based on Retrofit2 and RxJava2.

Oct 15, 2017

A small library designing to make Retrofit looks great on Kotlin

May 27, 2018

Simple library to handle network connections in different views in just few lines of code. Primary goal of this library is to simplify the overall process in few lines of code. More options and customisation available in code.

Jan 20, 2018

Retrofit is an wonderful network library to deal with api's and Rx java can be used to do async task operations effectively. Using retrofit with RxJava will results in seamless network calls in mainthread. Retrofit can be used without RxJava, though to perform huge api calling and to do api calls in background, they pair a better combination.

Jan 5, 2018

A library which helps to create Retry Policy when using Retrofit 2.0 for API calls.

May 11, 2017

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

Feb 19, 2016

RxJava1/2 for Android BroadcastReceiver.

Apr 17, 2017

Simplified Android Rest API wrapper on-top of okHttp

Dec 2, 2016

Kotlin DSL Language for Retrofit 2

Jan 16, 2018