Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Type-safe REST client for Android and Java by Square, Inc.

Jul 5, 2014

A simple convenience library for using a HttpURLConnection to make requests and access the response.

Jul 5, 2014

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 synchronous CallAdapter.Factory implementation for Retrofit 2. This project brings Retrofit 1's synchronous usage to Retrofit 2.

Apr 20, 2017

Simplified android async HTTP client.

May 15, 2016

Appsly Android REST (AKA RESTrung) is a annotation based client library to connect to RESTful services on Android with an emphasis in simplicity and performance that automatically handles the implementation for most common REST use cases.

Jul 5, 2014

The purpose of this library is to ease the data management in an Android application.

Jul 5, 2014

Windigo is an easy to use type-safe rest/http client for android and android developers.

Jul 5, 2014

A Converter implementation using LoganSquare JSON serialization for Retrofit 2.

Dec 30, 2015

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

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

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

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

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

Apr 9, 2016

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
Advertisement

A perfectically simple library to manage http requests.

Jun 22, 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

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

Aug 28, 2016

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

Nov 26, 2017

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

Dec 15, 2015

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

Aug 10, 2014

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

Mar 1, 2017

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

Sep 26, 2016

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

Jan 21, 2017

NotRetrofit turns your REST API into a Java interface.

Aug 24, 2015
Advertisement

A OkHttp 3 client implementation for Retrofit 1.

Apr 21, 2016

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