Thursday, 10 September 2020

NetworkX

An easy & handy library to monitor device internet connection status

Features

  • The real-time update on internet connection status changed
  • Lightweight
  • Provide both regular data or Live Data to observe from a fragment or an activity
  • Thread Safe
  • Cancel monitoring Internet connection status any time

How does it work?

Once you start observing internet connection status by calling from your Application class onCreate() method, NetworkX will start monitor internet connection status immediately under a CoroutineScope in a IO Thread for the thread safe purpose. NetworkX provide both traditional data which is Boolean or MutableLiveData so that you can observe the status in a fragment or an activity.


Android Arsenal

from The Android Arsenal

Tuesday, 8 September 2020

AXEmojiView

AXEmojiView is an advanced library which adds emoji,sticker,... support to your Android application.



from The Android Arsenal

drawroute

DrawRoute wraps Google Directions API (https://ift.tt/QMqZs5) using RxJava for Android so developers can download, parse and draw path on the map in very fast and flexible way (For now only JSON support).

The library contains two main parts.

  • RouteAPI is responsible for sending request to Google's Direction API and handling the response
  • DrawerAPI is responsible for drawing the path on the map



from The Android Arsenal

log

A simple Kotlin library for logging android and desktop projects.



from The Android Arsenal

Thursday, 3 September 2020

kine

A networking built in pure kotlin for use with kotlin and android project, with full support for rxjava and coroutines



from The Android Arsenal

Hash Checker Lite

Fast and simple application for generating and comparison hashes from files or text.



from The Android Arsenal

Wednesday, 2 September 2020

Orb

A simple, lifecycle-aware network monitoring library to simplify the need for asynchronous Android network state monitoring.



from The Android Arsenal