I have checked, and the onOpen method is called, and the onClose is not called.
I also checked that calling the "send" method inside one of the Overrided methods, like onMessage, it works.
Am I doing something wrong? I want to send a message with the click of an item in a listview.
In the Android example, this method is not sending the message
I get the following exception:
I have checked, and the onOpen method is called, and the onClose is not called. I also checked that calling the "send" method inside one of the Overrided methods, like onMessage, it works.
Am I doing something wrong? I want to send a message with the click of an item in a listview.
Thanks in advance.