Direct information exchange between Android and Desktop [closed]

-1

Personally I would like to know if it is possible for me to develop an app that communicates directly with another application that I have developed on the computer, without the need for a server or webService for the exchange of information. If possible tips please.

    
asked by anonymous 04.08.2017 / 21:00

1 answer

0

In order to communicate an application from device A to an application on device B, there must be some network or connection that connects both the Internet, Bluetooh, WiFi, cable connections, and so on. But as you said not that you did not want to use Web Service or Server you will need to use one of the Wired, Bluetooh or WiFi functionality. So I recommend that you use a Server for this, since desktops do not have WiFi and the older laptops also do not have this functionality. Already bluetooh I will not mention since there are few laptops that have bluetoothh integrated functionality and those who have let's say so are not conventional for most of the population. Sorry for the response is incomplete or is not as desired, for min your question lacks some specific information

    
04.08.2017 / 21:27