Best way to sync files between devices

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
which is the best and easy way to sync a file between android devices within a B4A app ?

Thanks in advance for your support!
 

admac231

Active Member
Licensed User
Longtime User
It really depends on the situation.

Bluetooth would be the easiest to implement by far but that requires the users being within metres of each other.

Or you could have the files hosted on 'the cloud'. So the files are held on a server somewhere and the app checks, say, master list of files for differences then downloads if needed.
 
Upvote 0

waveuponwave

New Member
Admac I really need your advice. I am looking for a solution for this problem, and want to buy this product if it can resolve my issue. Could you look at my question please? Thanks.
http ://www.b4x.com/forum/basic4android-updates-questions/16451-sync-sqlite-db-pc-android.html
 
Upvote 0
Top