I need to have two or more Android devices connected via WiFi Direct(preferably) or BT that share a DB stored on each device. The DB can be updated by any of the connected devices and must send out the changes and update any/all devices running the app that are connected to the Wifi Direct network. I really prefer/can't use a remote server for this app.
Is it possible to hook in RoboSpice, DataDroid, or another library I don't know of to handle the threading and data updating?
If it's possible, would the UI of the app be updated on screen upon reception of new remote DB updates(eg. changing the list content currently showing to the updated info received remotely)?
Thanks for any suggestions.
Edit: Using a wifi router(not internet connected) as an access point may be allowed in the solution if that helps.