Re: [android-developers] Re: Android File transfer / sharing APIs

2012-01-10 Thread James Black
If you want to go to other mobile devices either write your own server, or you can upload to an intermediary, such as to a server in the cloud, and it can send a text message that your application can intercept to know to go get some files. There are other options but look at what is done already

Re: [android-developers] Re: Android File transfer / sharing APIs

2012-01-10 Thread Kristopher Micinski
There's nothing in the Android API this specific, you'll have to come up with your own solution / use a library. By the way, wanting android-computer vs wifi direct are in opposition. Android-computer uses infrastructure based communication.. You can either do this using an intermediary, or havi

[android-developers] Re: Android File transfer / sharing APIs

2012-01-10 Thread San
Just to be more accurate, the file transfer or sharing shall be over Wi-Fi Direct. On Jan 10, 12:13 pm, San wrote: > The file transfer could be between Android and non-Android devices or > PCs or just between Android devices over Wi-Fi. Are there any APIs > available to perform the file transfer

[android-developers] Re: Android File transfer / sharing APIs

2012-01-10 Thread San
The file transfer could be between Android and non-Android devices or PCs or just between Android devices over Wi-Fi. Are there any APIs available to perform the file transfer (I am not looking for third party libraries or applications). Looking specifically for APIs from Google. Thanks San On J