TuCAN_Exercise

Your task is to write a recorder and player of pen and finger events for Android devices.

You can use the MainActivity as a start.

A sample CSV file is saved in ./TuCAN.csv.

Recorder

Optionally: store the data not only in a CSV file but in a database of your choice.

Player

The player should be able to replay a stored SPD-file and/or the custom CSV file.

  • Distinguish between touch and hover events in color
    • Optionally: Add color gradient to hover events based on the pen's distance to the surface
  • Add a pause/play button