Hello All,
I have a device that handles a SQLITE Database, and need to access concurrently to that database thru another android device.
The wanted end result would be two similar applications with one acting as server and the other as client.
Can I do that with RDC, in Android ?
Or can I share the other devic'e path thru the network ?
Sqlite does allow only one process accessing a database at once.
Setup a RDC (jRDC2) which runs the serverside and access the database from your apps using RDC.