简体   繁体   中英

Sharing data amongst android applications running in many device

I need to design an android model so that I could share some data amongst all users using my applications . I dont want to use push notification cause these sharing of data will happen too often, say every 15-20 second. Can i use HTTP post or something else to send data from one application to another.

I think, the better solution is to implement a server, that would store the actual data and share it will all devices. This kind of architecture is easier to implement and to manage.

You'll need a server which will maintain all the data. Let your apps sync to this server, or let them open a socket to your server to retrieve the information immediately

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM