This library makes it very easy to make http requests with the okhttp library.
A Cacheable Network Library For Android Application
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).
A collection of Retrofit convenience classes.
A small library designing to make Retrofit looks great on Kotlin
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.
A Retrofit Converter which based on Gson-Converter also can encrypt/decrypt JSON.
A Retrofit 2 CallAdapter.Factory for Android LiveData
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.
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.
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.
An asynchronous http client built on top of HttpURLConnection
.
A Retrofit 2 CallAdapter.Factory
for Kotlin coroutine's Deferred
.
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.
An android asynchronous http client based on HttpURLConnection
.
DownZ is an HTTP library that boosts networking in Android apps and makes it significantly easier and faster.
An android restful api/networking library using okhttp library as backbone.
An android api client based on Retrofit2 and RxJava2.
A Library to provide Http post request easily.
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.
A network abstraction layer over Volley, written in Kotlin and inspired by Moya for Swift.
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:
Let Retrofit support multiple baseUrl and can be change the baseUrl at runtime.
Android Simple Network Library for HTTP and Image Requests with cool features implemented with Simple Demo using some Material Design UI Elements.
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.
SimpleHttp is a library that will help you to make Http Restful in easy way for Android.
A library which helps to create Retry Policy when using Retrofit 2.0 for API calls.