Hello
1)
I wrote an application that run on winmobile 6.5, using embedded vb.
I use a winsocket control to get and send data to the server. messages are
1meg, containing products data, or small 1k containing an order, or simple
message like "Hey, come here".
the server application runs on windows, it is VB6, and uses a winsocket
control
Now I have been asked to migrate to android
basic4android seems good, but I must understand how to send and receive data "on the run", I should send files (or complex data) and "listen" for data to come
Can I do that using sockets as I did using evb - VB6? It is mandatory to me. A
lot better if I don't need to modify the server side (it uses winsockets)
thank you
Ricc
1)
I wrote an application that run on winmobile 6.5, using embedded vb.
I use a winsocket control to get and send data to the server. messages are
1meg, containing products data, or small 1k containing an order, or simple
message like "Hey, come here".
the server application runs on windows, it is VB6, and uses a winsocket
control
Now I have been asked to migrate to android
basic4android seems good, but I must understand how to send and receive data "on the run", I should send files (or complex data) and "listen" for data to come
Can I do that using sockets as I did using evb - VB6? It is mandatory to me. A
lot better if I don't need to modify the server side (it uses winsockets)
thank you
Ricc