I have an application in android studio, which makes a connection to an ip and a specific port, this can send data, and is constantly receiving a response JSON, the messages that I can send the same are JSON type, I want to implement it with B4A, someone who is handling this issue that can guide me.
B4X:
this.client = new TCPClient(this.mHandler, "192.168.1.1", 23000, this.mValueChanged, this.mStateChanged, this.mNewWeightCallback, this.mButtonChanged);