reader/android: prepare WebView for embedding pdf.js

This sets up the WebView to intercept resource requests and returns an
InputStream of the pdf file content. From WebView, the JavaScript code
can make an xhr and receive an arraybuffer of the content.

Change-Id: Ib8b94a09728dbf10e9de2fe16b51bdce27c8e5a8
5 files changed
tree: c7ab8e810458a52b82704502c2a1b4e3e42e5265
  1. android/
  2. common/
  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.