Mohammed Alkhayat
Mohammed Alkhayat

Reputation: 1

How to use asp.net signalr with android

I have mobile app which has Chat option and i implemented api using asp api and singalr hub for chatting . can anybody tell me how to make my android app call hubs and i use retofit to call api in android

thanks

Upvotes: 0

Views: 2205

Answers (1)

Mikael Mengistu
Mikael Mengistu

Reputation: 342

You can use the SignalR Java Client in our Android application. This is specifically for ASP.NET Core SignalR though. The java client for classic SignalR is no longer supported.

Upvotes: 2

Related Questions