how can i sync with an other prog...

Fox

Active Member
Licensed User
Longtime User
how can i sync an vb.net prog with basic4android app?

is there an example for that. If there is no example can anyone make it?

or an other programming language (delphi, c#, java etc.... )

thank you.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can connect to Android application with the Network library. There is a tutorial here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7001-android-network-tutorial.html

In this case the desktop code is written with Basic4ppc.
I also recommend you to check this tutorial: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7669-asyncstreams-tutorial.html

B4A-Bridge is written in Basic4android and is a good example for communication. The source is available here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/8153-b4a-bridge-source-code.html
 
Upvote 0
Top