How to utilize network for p2p file sharing on Android Platform?

Posted by CSharperWithJava on Stack Overflow See other posts from Stack Overflow or by CSharperWithJava
Published on 2010-03-02T02:27:47Z Indexed on 2010/03/19 4:11 UTC
Read the original article Hit count: 320

Filed under:
|
|

I'm working on some apps for the android platform and I have two problems that I'm not quite sure how to approach, and both are closely related.

  1. How can I send a relatively small data file from one android device to another (preferably over the internet or directly through wireless network)?

  2. Is it possible to create a temporary p2p live data stream from one android device to another? An example application would be to stream low-res video from phone A's camera to phone B, or audio.

I would much appreciate being pointed in the right direction on either issue (File transfer or real time data transfer).

© Stack Overflow or respective owner

Related posts about android

Related posts about p2p