D
D
darkolorin2011-04-22 23:04:53
Android
darkolorin, 2011-04-22 23:04:53

Interaction between same apps on two different android devices?

Actually the question is as follows. There is an application. We put it on two different Android devices. The task is to send data from one application on the first device to exactly the same application on the second device. Also in the future, you will need to send data to several devices at once.
Since there is no much programming experience for Android, I would like to know your opinion on solving such a problem. Or just direct in the right direction, where to think so to speak.
PS And I'm also interested in how to find the devices on which your application is installed.
Thanks everyone for the comments and advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AnatolyB, 2011-04-23
@AnatolyB

Set up a server on the Internet that your applications will access.
Thus, you will know the devices on which the application is installed and will be able to transfer data from one device to another through the server.

R
Roman Abdulmanov, 2011-04-23
@NevRA

You can use C2DM , which I wrote about here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question