java - Uploading data from Android App to desktop program -
java - Uploading data from Android App to desktop program -
i'm pretty new android apologies if i'm missing obvious solution, i'm developing android app used record various info including photographs , intention collected info uploaded desktop application desktop specific jobs carried out.
due fact intend save photographs within app in sqlite database bytearray recorded info think info intensive send server, plus wouldn't want desktop app on server, should standalone. i'd prefer utilize usb connection , allow usb upload of info app sqlite db direct database on pc, sql server. best way approach this? android adb used acheive this?
any help or suggestions on much appreciated.
regards
i believe sqllite database (as photos contained there) stored on sd card of device. have options here, first, when desktop applications find folder on device sd card (should mounted on filesystem after connecting device pc), sec utilize bluetooth , initialize transfer device desktop application.
java android sockets
Comments
Post a Comment