Get Up and running with Signalr Java SDK for Android. This is a compiled version of the Android Signar library from the official Repository.
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'
}