Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sending data between two devices in android

Is it possible to send database from one device to other.Suppose consider i am using one application in device1,and now i am installing the same application in other device(device2). Now is it possible to send that database from device1 to device2>Is any option for that except Google cloud.

like image 912
subbu Avatar asked Dec 03 '25 06:12

subbu


1 Answers

According to your requirements, there are 5 possible ways to send-receive data between two Android Devices,

  • SMS Send-Receive
  • Bluetooth
  • WiFi
  • Web-Service
  • C2DM
like image 65
Lucifer Avatar answered Dec 05 '25 20:12

Lucifer