reader/android: create/join syncgroup and watch for changes

Basic synchronization between two Android devices is working.
A dummy device set added from one device shows up on the other device.

subitems:
- bootstrap local/cloud syncbase instances
- create a syncgroup, if one does not exist
- join the syncgroup
- use watch API to react to data changes
- "Add Device Set" button for testing

Change-Id: I1aa650d6fc171eb2bb00975c2a78a9e2653aa14c
9 files changed
tree: 9ce489658e6fd657185c2adfbc610b4ec9b4c24d
  1. android/
  2. vdl/
  3. web/
  4. .gitignore
  5. .jiriignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. Makefile
  11. PATENTS
  12. README.md
  13. VERSION
README.md

Reader

An example multi-device PDF reader built using Vanadium on both the web and Android platforms. The web version requires use of the Vanadium Chrome extension.

All apps exchange information using Syncbase. Details of the various projects can be found in their respective directories.