Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on a little app whose purpose is to share some text and one image between two specific android devices (two mobile phones running Android).

My problem is, that I want to share the data via the internet, WLAN or Bluetooth is not desired. If phone A wants to send the data to phone B, A needs to know the adress of B.

Are there any kind of cloud services or web-server which can be used to share data between two particiants?

Something which works with the google-account of the partners would be comfortable. I thought of something like Google-Drive based sharing if this is possible for exactly two particiants via any API. Any other free-cloud servive would be also o.k but I think a google-based solution will be nice and easy.

share|improve this question
This is off topic here. – Raghav Sood Sep 23 '12 at 15:06
have you heard of Google-GCM – Lucifer Sep 23 '12 at 15:10
Push or pull? For pull-only scenarios, Google Drive might work. – Seva Alekseyev Sep 23 '12 at 15:12
1  
yes GCM catched my attention already and would be great to use this :-) But as far as I can I need already any server to use GCM – Jan Koester Sep 23 '12 at 15:13
1  
By "push" I meant scenarios where phone A notifies phone B that new data are available. That calls for GCM or something similar. If the operations on phone A are only initiated by the user of the phone A (as opposed to the user on phone B), Google Drive will probably suffice. – Seva Alekseyev Sep 23 '12 at 15:22
show 1 more comment

closed as off topic by Raghav Sood, Luksprog, Mat, Vikdor, Eugene Mayevski 'EldoS Corp Sep 23 '12 at 16:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.