Signalr

Additional

Language
Java
Version
1.0.0 (Aug 10, 2017)
Created
Aug 10, 2017
Updated
Dec 28, 2017 (Retired)
Owner
Frank Arkhurst Odoom (frankodoom)
Contributors
Codacy Badger (codacy-badger)
Frank Arkhurst Odoom (frankodoom)
2
Activity
Badge
Generate
Download
Source code

Signalr

Get Up and running with Signalr Java SDK for Android. This is a compiled version of the Android Signar library from the official Repository.

Using The Library

Add Jitpack Repository to your build file

allprojects {
  repositories {
   ...
   maven { url 'https://jitpack.io' }
  }
 }

Add the dependency to gradle and Sync

dependencies {
         compile 'com.github.frankodoom:Signalr:1.0.0'
 }