Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SignalR libraries

I need to develop Android app in which i have to use SignalR library. I have tried but not succeeded as of now. I have below questions.

1) Is there any standard Library for SignalR in Android? (I have downloaded from https://github.com/SignalR/java-client .(it supports only on 4.4.2) 2) Is there any other library which supports earlier version of Android os as well? 3) Any tutorial on SignalR with Android will be really helpful.

like image 736
Vishal Avatar asked Nov 10 '22 11:11

Vishal


1 Answers

You can have a look at my signalR client for Android, SignalA. https://github.com/erizet/SignalA

REad the readme file for instructions how to use it.

like image 181
Erik Z Avatar answered Nov 14 '22 21:11

Erik Z