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.
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.
> link windows application with android application
ReplyDeleteCheck our AppTethering technology
I did connect Delphi PC with Android Studio program on same network
ReplyDeleteRe 2, drawing lines, what have you tried? TCanvas.DrawLine does what you describe.
ReplyDeletehttps://github.com/FMXExpress/FireMonkeyPaintDemo
ReplyDeleteFor 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