I currently create an app for android; user take photo and add information (GPS localisation, text, etc...) on it.
There is also a java desktop app, who will contain data take with the android app and lot of other things.
So I need to transfer data from android tablet device Nexus 9 (5.0 and higher) to PC desktop app via USB simple cable, and without internet connection/WiFi/Bluetooth.
I have a button in desktop app who get data from the device and store it in a folder.
I found lot of things to make it with Bluetooth, web service and socket to transfer data, but without internet connection and only with USB cable restrein my possibility.
So before I start I'd like to know if such thing is possible?
Thanks in advance.