Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

An Android Library for allowing devices manage Wi-Fi Networks.

Mar 28, 2017

WiFi Utils is a library that provides a set of convenience methods for managing WiFi State, WiFi Scan, and WiFi Connection to Hotspots. If you have ever worked with WifiManager you should know how painful it is to make a simple wifi network scan or even worse to connect to a hotspot programmatically. So that's what my new library is all about. To make it easier for me and hopefully for other developers as well to do those kind of tasks from Java code.

Oct 1, 2017

A wrapper around WifiManager and ConnectivityManager for Android.

Jul 26, 2017

ReactiveNetwork is an Android library listening network connection state and change of the WiFi signal strength with RxJava Observables. It's a successor of Network Events library rewritten with Reactive Programming approach.

Aug 12, 2015

A library that allows you to connect of Wi-Fi hotspots.

Jul 14, 2014

Near is a P2P library for Android for:

  • discovery on local networks using UDP and
  • transfer in general using TCP sockets

It provides a much simpler alternative to Android WiFi Direct and Service Discovery APIs.

Sep 11, 2017

Android library listening available WiFi Access Points and related information with RxJava Observables.

Jul 14, 2016

Salut is a wrapper around the WiFi Direct service discovery API in Android. Before using Salut, you should at least skim over some of the documentation and recommended reading below.

Jun 7, 2015
Advertisement

A simple wrapper module to connect two devices and share data using Wifi-Direct.

This library provides an easy way to access the wifi direct api provided by Android without having to deal with all the boilerplate stuff going on inside.

May 11, 2018

Local network library for connecting Android devices on WiFi. One device serves as a server, others are clients. Library takes care of discovery of server by clients and it uses services and separate threads with sockets to handle communication.

Sep 14, 2016

An android library to effortlessly connect to available WiFi networks.

Nov 10, 2017

A library allowing you to manage Wi-Fi peer-to-peer connectivity in a reactive way. The library itself is a RxJava wrapper for Android's WifiP2pManager, used for discovering available peers, setup connection to peers and query for the list of peers.

When a p2p connection is formed over wifi, devices continue to maintain the uplink connection over mobile or any other available network for internet connectivity.

Nov 3, 2016

Android Custom WiFi ImageView that gets automatically updated on WiFi signal strength changes. Provides on WiFi Signal level changed callbacks.

Jan 21, 2018

A Reactive library for WiFi scanning on Android.

Feb 28, 2016

This library can be used to set advanced settings for wifi such as manual proxy and static ip configurations through your app. This code works in Android 5.0, it also works in 6.0 but you cannot update a network that you have not created yourself (due to android new rules).

Aug 28, 2017

NetworkEvents is Android library listening network connection state and change of the Wi-Fi signal strength.

It is able to detect ConnectivityStatus when it changes:

  • WIFI_CONNECTED
  • WIFICONNECTEDHAS_INTERNET
  • WIFICONNECTEDHASNOINTERNET
  • MOBILE_CONNECTED
  • OFFLINE

In addition it is able to detect situation when strength of the Wi-Fi signal was changed with WifiSignalStrengthChanged event.

Jan 17, 2015

This Android library allows to scan Wifi single or multiple times and get connect the scanned wifi.

Nov 6, 2016