Re: [android-developers] Re: Ways that 2 Android phones communicate between each other
I think I've said this before, but you probably do _not_ want to use
an HTTP stream socket connection, that will be an excellent way to
kill the device's battery and most data providers block ports anyway.
kris
On Mon, Oct 15, 2012 at 5:14 AM, Archana <ramalingam.archana@gmail.com> wrote:
> Hi, I just want 2 android phone instances to communicate via HTTP protocol.
> Phone 1 does HTTP Post of a file to phone2, which does some processing and
> updates file. This has to be again sent to phone1. This process should go
> on.
>
>
> On Saturday, October 13, 2012 11:37:28 AM UTC+3, Andrew Mackenzie wrote:
>>
>> Depends on size of what you want to send, and how long the connection
>> should last....
>>
>> If its a list you want:
>> SMS
>> Nfc - he needed
>> Bump
>> QR code on screen -> QR code scanner
>> Audio
>> Bluetooth
>> Wifi direct
>> Wifi via 'relay' server
>>
>> If its a solution you want, then maybe give us some more information about
>> what you want to do.....
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home