Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This library makes it very easy to make http requests with the okhttp library.

Jul 30, 2018
Advertisement

A smart and simple way to work with paged endpoints.

Jul 19, 2018

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

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

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

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

Mar 31, 2018

A Retrofit 2 CallAdapter.Factory for Android LiveData

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

Kotlin DSL Language for Retrofit 2

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

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 library to make http request.

Jan 7, 2018

An asynchronous http client built on top of HttpURLConnection.

Jan 7, 2018

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

Jan 6, 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

An android asynchronous http client based on HttpURLConnection.

Nov 19, 2017

DownZ is an HTTP library that boosts networking in Android apps and makes it significantly easier and faster.

Nov 6, 2017

An android restful api/networking library using okhttp library as backbone.

Oct 16, 2017

An android api client based on Retrofit2 and RxJava2.

Oct 15, 2017

Star DNS Changer is a DNS Changer application.

Oct 14, 2017

A Library to provide Http post request easily.

Oct 8, 2017

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

A Simple RxRetrofit Client.

Sep 18, 2017

A network abstraction layer over Volley, written in Kotlin and inspired by Moya for Swift.

Aug 28, 2017

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

Let Retrofit support multiple baseUrl and can be change the baseUrl at runtime.

Jul 26, 2017

Android Simple Network Library for HTTP and Image Requests with cool features implemented with Simple Demo using some Material Design UI Elements.

Jul 12, 2017

This lightweight library makes it easy to use HTTP requests. Although the purpose is to make the use of Json data easy, it also allows to retrieve the server response using other formats, XML and TEXT.

Jun 11, 2017

SimpleHttp is a library that will help you to make Http Restful in easy way for Android.

May 16, 2017