Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

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

NetworkUilt is a fast and efficient open source synchronous network fetcher for Android which makes HTTP/HTTPS calls very easy.

It takes an URL as input parameter and returns the raw data in string which can be parsed later.

May 21, 2018

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

Feb 27, 2016

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

Jan 24, 2024

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

Sep 10, 2020

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

Feb 19, 2016

Convert OkHttp requests into curl logs.

Oct 18, 2015

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

Jul 1, 2016

An HTTP & SPDY client for Android and Java applications.

Jul 5, 2014

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

Utility classes for Okhttp.

Nov 8, 2016

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

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

Jan 1, 2020

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

Sep 2, 2020

Faster and more reliable networking for mobile apps.

Sep 13, 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

Http Connection calls made easy.

Aug 7, 2016

A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.

Jan 15, 2017

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

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

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

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 collection of Retrofit convenience classes.

  • Retrofit LiveData extension function
  • Retrofit DSL
  • Retry Call Annotation
  • Cache Call Annotation
Jun 10, 2018

A small library designing to make Retrofit looks great on Kotlin

May 27, 2018

A Retrofit 2 CallAdapter.Factory for Android LiveData

Feb 10, 2018

Kotlin DSL Language for Retrofit 2

Jan 16, 2018

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

Jan 6, 2018
Advertisement

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

May 11, 2017