K krymen Member Licensed User Longtime User Dec 10, 2012 #1 Hello, I'm new in B4A and i think, i need a little help. I have one app that use a SQLite database, and i whant to share the data between two phones with my app installed. What is the easyest way? (not using a external server if possible) Thanks in advance and best Regards, Zexar (Sorry about may bad english) ;-)
Hello, I'm new in B4A and i think, i need a little help. I have one app that use a SQLite database, and i whant to share the data between two phones with my app installed. What is the easyest way? (not using a external server if possible) Thanks in advance and best Regards, Zexar (Sorry about may bad english) ;-)
Erel B4X founder Staff member Licensed User Longtime User Dec 10, 2012 #2 You can create a solution based on Bluetooth or TCP/IP network (assuming that they are connected to the same local network). Upvote 0
You can create a solution based on Bluetooth or TCP/IP network (assuming that they are connected to the same local network).
K krymen Member Licensed User Longtime User Dec 10, 2012 #3 Erel said: You can create a solution based on Bluetooth or TCP/IP network (assuming that they are connected to the same local network). Click to expand... This can be a solution, but i was thinking about some way of sending a database via email and importing it from the other phone, is that possible? If not, there is any tutorial about tcp/ip data transfer? Thanks a lot for your help. Upvote 0
Erel said: You can create a solution based on Bluetooth or TCP/IP network (assuming that they are connected to the same local network). Click to expand... This can be a solution, but i was thinking about some way of sending a database via email and importing it from the other phone, is that possible? If not, there is any tutorial about tcp/ip data transfer? Thanks a lot for your help.
mc73 Well-Known Member Licensed User Longtime User Dec 10, 2012 #4 If email is the preferred method, I would advice you to have a look at Erel's tutorial, here. Upvote 0