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?
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.