S
S
Sarrius2016-04-24 15:23:50
Java
Sarrius, 2016-04-24 15:23:50

Step by step instructions for SignalR for android?

I rustled on the Internet, found several examples that I can’t make out on my own.
If there are those who are willing and able to make step-by-step instructions on how to create a client for SignalR on android, help.
I managed to implement the hub

Platform.loadPlatformComponent(new AndroidPlatformComponent());  //(это у мене в onCreate Application класа)

       String server = Constants.messenger.HUB_URL; // (это ссылка на броадкаст хаб)
        HubConnection connection = new HubConnection(server);
        HubProxy proxy = connection.createHubProxy("hub");

, but how to connect it to the host, and even more so. receive message do not understand.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question