Connect android application to a software installed on the pc to transfer file

0

I will start developing a software in lazarus and an android application. I wonder if there is any library or some reference to make communication via usb between the software and the application. I will need to transfer the application's .sql file to update the software database installed on the pc.

I will implement a button in the software so when it is activated recognize the application and thus transfer the data.

I'm researching this on the internet, but I could not find any reference to that. Does anyone know where I can find a reference to do this?

    
asked by anonymous 25.09.2017 / 19:39

1 answer

0

Friend, I work with an App and a Software that communicate by files, by the way the Software is in Delphi rsrsrs, the information exchange works like this, we send the files to the one email box and the other device does that reading the .sql file and doing this import, you could implement this in FTP if you find it more feasible. Or even by WebService and if you do not want something on the Web can make an App functionality to be able to access a server on your local network and put the files there or vice versa and the other software to read the same. If you still need it and if it was not clear, let me know that I can help you.

    
29.09.2017 / 20:16