Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 372 Bytes

rxnetwork-android

A simple util and example of how to track connectivity changes in Android applications.

How to use

In Android Manifest add

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Call to receive stream

RxNetwork.stream(context)

Download

compile 'com.laimiux.rxnetwork:rxnetwork:0.0.4'