Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

An Android library that helps you check the state of your network, if it is either available, lost, unavailable and also check the reach-ability of your network when your server is either down or your ISP is connected but no data subscription.

Mar 13, 2024

Collection of handy networking tools for Android.

  • Ping
  • Port Scanning
  • Subnet tools (find devices on local network)
  • Wake-On-Lan
  • & More :)

Feb 6, 2016

An HTTP inspector for Android & OkHTTP (like Charles but on device). Chucker works as an OkHttp Interceptor persisting all those events inside your application, and providing a UI for inspecting and sharing their content.

Apps using Chucker will display a push notification showing a summary of ongoing HTTP activity. Tapping on the notification launches the full Chucker UI. Apps can optionally suppress the notification, and launch the Chucker UI directly from within their own interface.

Jan 2, 2022

Apache Commons Net library implements the client side of many basic Internet protocols. Supported protocols include: FTP/FTPS, FTP over HTTP, NNTP, SMTP(S), POP3(S), IMAP(S), Telnet, TFTP, Finger, Whois, rexec/rcmd/rlogin, Time (rdate) and Daytime, Echo, Discard, NTP/SNTP.

Jul 5, 2014

A lightweight Android network response API for handling data and error response with transformation extensions.

Jan 4, 2022

An HTTP & SPDY client for Android and Java applications.

Jul 5, 2014

The easiest HTTP networking library in Kotlin for Android.

Features:

  • Support basic HTTP GET/POST/PUT/DELETE in a fluent style interface
  • Download file
  • Upload file (multipart/form-data)
  • Configuration manager
  • Debug log / cUrl log
  • Support response deserialization into plain old object (both Kotlin & Java)
  • Automatically invoke handler on Android Main Thread
Sep 25, 2015

Android Networking is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer.

Jun 10, 2016

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use.

Jul 5, 2014

A simple no Internet dialog and snackbar, which will automatically appear and disappear based on Internet connectivity status.

Jan 1, 2020

Easily upload files in the background with automatic Android Notification Center progress indication.

Jul 19, 2015

Volley is the new Swiss Army Knife of Android Developers, it provides some nice utilities which makes the networking for Android apps easier and faster.

Jul 5, 2014

An OkHttp interceptor which has pretty logger for request and response. +Mock support

Mar 15, 2020

FARLA is open-source library written in Java for making easy HTTP/HTTPS requests to a server with simplicity in mind.

Sep 8, 2019

srtdroid is a Kotlin wrapper for Secure Reliable Transport (SRT). SRT is an open source transport technology that optimizes streaming performance across unpredictable networks.

Jan 19, 2022

Java and Android class communication library.

Oct 2, 2016

Session Cookie Reader.

Apr 13, 2017
Advertisement

Convert OkHttp requests into curl logs.

Oct 18, 2015

An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All requests are made outside of your app’s main UI thread, but any callback logic will be executed on the same thread as the callback was created using Android’s Handler message passing.

Jul 5, 2014

Light weight library to just check network connection type and availability, where you just using extensions from Context can check inside your app Network state.

Jan 29, 2024

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

Aug 28, 2017

A lightweight module written in Kotlin for monitoring network state and airplane mode on native android.

Jan 24, 2024

Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.

Dec 29, 2019

An easy & handy library to monitor device internet connection status.

Sep 10, 2020

AndroidAsync is a low level network protocol library.

Features:

  • Based on NIO. One thread, driven by callbacks. Highly efficient.
  • All operations return a Future that can be cancelled
  • Socket client + socket server
  • HTTP client + server
  • WebSocket client + server
  • Socket.IO client
Aug 20, 2014

More comfortable use of Fuel as in Retrofit or Feign for Kotlin/Android

Apr 29, 2019

TrustKit Android is an open source library that makes it easy to deploy SSL public key pinning and reporting in any Android App.

Jan 18, 2017

Utility classes for Okhttp.

Nov 8, 2016

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

Jul 30, 2018

A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.

Jan 15, 2017