How can i transfer data between two device? I would like to transfer data (mostly image file) between different platforms (android,iphone). Is it possible to use p2p or should i
I would use a WebService. That makes it easier to maintain your service, becuase the Service Implementation is independent of your app.
Pro Webservice:
Contra Webservice:
The you should ask yourself the question, how much data is transferred in your communication? Is there a real benefit of using direct connections?