google cloud messaging - Send SQL table to another Android device -


sorry if question asinine. i'd send data in sql table format 1 android device second device, user in second device can store , use received data app. best options this?

you don't want go down path of trying move 1 sqlite file on device same location on (i assume that's going bluetooth tag). without root access on destination device, won't able write file. end (power) user perspective, titanium backup great solution this, of course requires root.

if you're looking "stop on 1 device, resume on another" functionality app, check out google play services saved games. has functionality you're looking baked in, , have nothing along lines of support infrastructure.

of course, dependent on google play services, if you're looking publish on amazon app store (or you're not guaranteed have google stuff available), may better off rolling own web based synchronization infrastructure or subscribing service offers on par google makes available.


Comments