reader/android: more improvements to the CSV logging

This CL addresses Tao's comments about the CSV logs. Now there are two
sets of log files are generated, one for generic touch events, and the
other for page navigation events.

Also, the CSV is written using the apache commons CSV library, which
is going to be less error-prone.

Closes #45.

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