reader/android: progress indicator for the device set creation phase.

Initial attempt to show a progress indicator when creating a new
device set. To enable this, the device set creation logic became
largely asynchronous, using ListenableFutures.

The progress indicator for the second phase (device set joining phase)
will be implemented later in a slightly different way.

Change-Id: I9846868ca41aa16e48e8df15d90c0311016093fb
7 files changed
tree: b4af735856a4a41a9cc97e824aa62d3a9a02921b
  1. android/
  2. common/
  3. web/
  4. .editorconfig
  5. .gitignore
  6. .jiriignore
  7. .jshintignore
  8. .jshintrc
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. Makefile
  14. PATENTS
  15. README.md
  16. 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.