Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A simple rest API client library.

Jun 13, 2015

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

Apr 9, 2016

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

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

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

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

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

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

Jul 5, 2014

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

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

Nov 26, 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 convenience library for using a HttpURLConnection to make requests and access the response.

Jul 5, 2014

A perfectically simple library to manage http requests.

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

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

Dec 15, 2015

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

Sep 26, 2016

NotRetrofit turns your REST API into a Java interface.

Aug 24, 2015

Simplified android async HTTP client.

May 15, 2016

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

Jul 14, 2018

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

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

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

Aug 10, 2014

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

Jul 5, 2014

A OkHttp 3 client implementation for Retrofit 1.

Apr 21, 2016

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

Apr 20, 2017

A Converter implementation using LoganSquare JSON serialization for Retrofit 2.

Dec 30, 2015

An RxJava 2 CallAdapter.Factory implementation for Retrofit 2.

Aug 16, 2016

Shake to see the HTTP Tracking log.

Mar 29, 2024

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