Socket with Delphi Android application -


I am creating a Delphi Android application that will get temperature from Ardino, I think that socket is one of those Good way, but I do not know how I can do a socket with the Delphi Android app, it's different from Delphi for Windows. Can you help me? Thank you very much by using Delphi XE5.

Ship with Delphi Indy, which supports all Delphi platforms as the start code < See code> TIdTCPClient and TIdTCPServer components. Indy works equally on all platforms, so that you can use the same code on Windows and Android.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -