Android Question Asisstance with multi network connection

Mcky

Member
Licensed User
Longtime User
Hi all.

I am using the network library to connect to other devices. Basically, 2 or more tablets will receive data from a master tablet and using the asyncstreamsobject module as my app will write data of type object to the output stream.

I have followed the tutorial on http://www.b4x.com/android/forum/threads/connection-server-multi-client.32555/ and it says to "You will need to manage a socket and AsyncStream object for each connection."

Can anyone tell me how to do the above please? For now, I can only transfer data to one device only.

Thank you.
 

Mcky

Member
Licensed User
Longtime User
Yes I did follow the code but can inform me which part of code to insert the asynchstreamn.writeobject? Thanks much
 
Last edited:
Upvote 0
Top