Link to home
Start Free TrialLog in
Avatar of Mattijs33
Mattijs33Flag for Netherlands

asked on

How can I communicate between an Android client and a Delphi server

I have developed an Android App which communicates with a java server through ServerSocket.
I have developed a client/server in Delphi which communicates through TServerSocket.
I would like to use the delphi server to communicate with the Android client. I have tried this with my applications, but that didn't seem to work.
Does anyone know if this is possible and / or have an example?

I am not limited to the use of ServerSockets. It is no problem when I need to use something else.
ASKER CERTIFIED SOLUTION
Avatar of olmy
olmy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial