Android Question Access SQLite database on another Android device

sconlon

Active Member
Licensed User
Longtime User
I want my app on one Android device to be able to access (read from and write to) a SQLite database on another Android device. I can connect the devices via Bluetooth or maybe even WiFi Direct but can't figure out how to proceed from there. Any suggestions?

Sc
 

edgar_ortiz

Active Member
Licensed User
Longtime User
You can't do that in a "direct" way.

I figure:

a program listening and processing requirements (read / write) and then send the data.

Regards

Edgar
 
Upvote 0

sconlon

Active Member
Licensed User
Longtime User
I was really wondering if I could use Erel's Remote Database Connector with an SQLite database file that resides on a separate Android device. I haven't really experimented this yet but from reading in the forum's it seems the SQlite database which is accessed via a sqlite-jdbc driver must reside on a PC or similar. I'll have a closer look at it soon.
 
Upvote 0
Top