I have 2 questions.

I have 2 questions.

1. Is it possible to link windows application with android application? If not, how do we connect those two programs?

2. Anyone knows any tutorials on how to draw lines by connecting two points in android application?

Thank you in advance.

Comments

  1. > link windows application with android application

    Check our AppTethering technology

    ReplyDelete
  2. I did connect Delphi PC with Android Studio program on same network

    ReplyDelete
  3. Re 2, drawing lines, what have you tried? TCanvas.DrawLine does what you describe.

    ReplyDelete
  4. For your first question: "link" in what way? You can use a number of different methods, including UDP, TCP, HTTP (then higher level protocols on top of those), Bluetooth etc

    ReplyDelete

Post a Comment