I need to send a binary file (or a Bitmap object) from Android to a PC, which runs a Python script to receive it. Has anybody been in the same situation or has any hints, what could be best practice here? Options are sockets or Webservice (besides from workarounds with samba etc) I guess, but what is the easiest and fastest to implement?
Cheers, Marc