0
how make communication between an Android app and a windows app?
how can i transfer string or anything from my android app to my windows app?
2 Respuestas
+ 3
You can just use PHP and direct information/datas from android to PC and vice versa. Or you can just make the code create a new file that stores the data and simply cable the file.
(Like how some fully offline games work, there is a hidden folder that contains data of your saved progress in the game. If you send those files to other players, they can use your saved progress and play it fine. I think you should get what I mean.)
0
Thanks for the reply.
if i want an android app to control a windows app on my pc in real time like a keyboard apps that will write text on my pc through usb or bluetooth, how can i do this?