Does anyone know of a way to transfer files between an app running on a desktop and and app running on an Android device?
Would this have to be some sort of client server arch? Should i use 'adb push / pull' like commands from the desktop app with predifined file paths on the sd card (which the app saves its data too?)
Thanks,