Android Question Sharing data between phones/tablets w/o a server

DickD

Active Member
Licensed User
Basic question: How do I share data (in an SQLite DB) directly between 2 phones or tablets running my app without using a server? Does this involve Bluetooth, WIFI, RDC? This doesn't necessarily have to involve SQLite, any other storage method is acceptable.

I guess another aspect of this is ... can you run a server on a phone/tablet that other phones can connect to directly?

Give me an idea where to start looking... if this is even possible.
 

edgar_ortiz

Active Member
Licensed User
Longtime User
HI...

You have to implement a "small" protocol... you send the data and when you read you access the database

Regards,

Edgar
 
Upvote 0
Top