Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Asynchrony made simple.

Composer helps you to organize and execute multiple interdependent asynchronous input/output tasks such as webservice calls, database read/writes and file i/o together with concurrency support using java.util.concurrent APIs. It is compatible with Java 8 & above on all JVM based platforms including Android.

Mar 12, 2021

Bumerang : A Type-Safe, Model-Based All-In-One Android HTTP Client / ImageLoader

Bumerang is a Java based, Android HTTP client which is inspired by Retrofit and Volley. Main aim of this library is ease of use with solidity. It automatically converts http responses to your Java/Kotlin models (through Gson library), so you can focus on the functionality of your app.

You don't need to struggle with parsing JSON objects. It has unique features like endpoint based custom cache key/timeout etc. and last available data even for the error cases (which is really important for data persistency).

Jan 31, 2020

EasyWebservice lets you easily send RESTful request and get model object instead of raw json.

you must define the class the same as your json and the library converts json to your model with the help of GSON.

Sep 14, 2018

This is a optimized custom library for server communication. References taken from Official VOLLEY library. You can reduce code for making api calls with this library.

Jul 22, 2018

A simple rest library that consumes rest api in the background.

Jul 14, 2018

It's a networking library. You can call RESTful APIs in your project by using this.

Nov 26, 2017

A synchronous CallAdapter.Factory implementation for Retrofit 2. This project brings Retrofit 1's synchronous usage to Retrofit 2.

Apr 20, 2017

EasyNetwork - is powerful and easy-to-use http library for Android.

Features:

  • Functional "from the box": without mandatory primary configuration, anywhere in the code, functionally and simply.
  • Integration with Gson library.
  • There is a flexible functionality for hiding\showing\disabled the views, progress dialogs, swipeRefresh layout when the query is executed.
  • Visual logs.
  • Control tasks execution: cancel all tasks, cancel task by tag and other.
  • The ability to intercept the results of a request with certain parameters.
  • Separation of errors into: error (server) and failed (connection).
  • Handling the redirects.
Apr 13, 2017

SyncIt will call a method implemented in your activity to notify data connection changes.

Mar 1, 2017

The Sweetest way into connecting to your server. Now min SDK is 3!

Jan 21, 2017

Jus is a flexible and easy HTTP/REST client library for Java and Android.

Sep 26, 2016

Simplest library to implement rest client APIs using okhttp3 in your app.

Aug 28, 2016

An RxJava 2 CallAdapter.Factory implementation for Retrofit 2.

Aug 16, 2016

A perfectically simple library to manage http requests.

Jun 22, 2016

Simplified android async HTTP client.

May 15, 2016

A OkHttp 3 client implementation for Retrofit 1.

Apr 21, 2016

restafari is an android library mostly oriented to facilitate REST API calls to a server and storing the server API response to a local SQLite database.

Apr 19, 2016

Run GET, POST and DOWNLOAD API on Android. Library takes care of Cookie Management and http caching.

Apr 9, 2016

SimpleRESTClientHandler is an Open Source Android library that allows developers to easily make request to a REST server using VOLLEY and GSON.

Feb 27, 2016

Lightweight HTTP client using HttpURLConnection under the hood. The primary use case is for libraries and SDKs which don't need/want all the features (and methods!) OkHttp provides.

Feb 18, 2016

A Converter implementation using LoganSquare JSON serialization for Retrofit 2.

Dec 30, 2015

An Android library for sending fast and clean json request, using volley.

Dec 15, 2015

A small library to make easy connect to a REST webservice.

Nov 26, 2015

Wasp is compact, complete, easy-in-use and all-in-one network solution. Wasp uses: Volley, Gson, OkHttp.

Wasp provides:

  • Easy implementation
  • Mocking network calls
  • Request Interceptor to add attributes (query params, headers, retry policy) to each call
  • Call based headers
  • Call based endpoint URL
  • Call based retry policy
  • Cookie management
  • Certificate management
  • Image loading in an easy way
Aug 27, 2015

NotRetrofit turns your REST API into a Java interface.

Aug 24, 2015

Helium is a DSL for REST API specifications and also a Java API for processing descriptions written in this language. The main goal of this project is to create a single source of truth about some REST API. Taking a spec as an input, Helium generates a lot of useful staff that can be used to rapidly develop REST clients.

Jul 16, 2015

A simple rest API client library.

Jun 13, 2015

Magnet rest2mobile generates native code for mobile apps from REST APIs. It turns actual REST requests and responses into source code (Objective-C, Android, and JavaScript) that you can call from your mobile app. The source code automatically handles:

  • server connections
  • marshalling and unmarshalling JSON data
  • JSON data conversion into the native object types
Jan 26, 2015

A facade between executing requests and creating them. The library provides an interface for creating requests, but delegates the actual execution to RequestExecutors. It also generates REST services for you using annotation processing.

Dec 22, 2014

A minimal RESTEasy client for mobile devices http://www.jboss.org/resteasy

Aug 10, 2014