Sending shared preference to other device on android application,possible?

80 views Asked by At

Currently i am developing a walkie talkie android application program using eclipse. What i want to build is to create a room(channel) and then set a password to it, and then store a password in preference.And i would like to send this preference to other device and update that device preference.I would like to know if this is possible? and if its possible would you like to tell me how it works?

any help is appreciated

Thanks!

1

There are 1 answers

0
Donn Felker On

You need a way to communicate between devices while they're not physically connected. This can be through SMS, Custom Web Servers, PAAS such as Parse or Kinvey. You can also look at technologies such as MQTT to do this for you. Services for this also exist, such as: Octoblu