Sqlite: sharing Data

krymen

Member
Licensed User
Longtime User
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) ;-)
 

krymen

Member
Licensed User
Longtime User
You can create a solution based on Bluetooth or TCP/IP network (assuming that they are connected to the same local network).

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

mc73

Well-Known Member
Licensed User
Longtime User
If email is the preferred method, I would advice you to have a look at Erel's tutorial, here.
 
Upvote 0
Top