how make communication between an Android app and a windows app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

21st Dec 2016, 7:22 AM
M.I.Rayhan
M.I.Rayhan - avatar
2 Answers
+ 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.)
21st Dec 2016, 7:47 AM
Wen Qin
Wen Qin - avatar
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?
21st Dec 2016, 4:11 PM
M.I.Rayhan
M.I.Rayhan - avatar