How to transfer data between Android phone and PC via USB?
As far as I know there is USB Host/Accessory support for Android devices, but will that work for Windows/Linux?
You can also use Sockets. For that you need forward packets via ADB, so how to connect Android app to both Windows and Linux PC?
Is there a way how to make this communication platform independent?