Reputation: 1
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
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