houssemzaier / Connecta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connecta

This library allows checking internet connectivity state on android as an event stream.

preview

Download

allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.BraveDroid:connecta:1.0.0'
  }

About


Languages

Language:Kotlin 100.0%