Android Ink Edit Tool

Goal Description Hints Passoff

Due Date - Jan 21

Goal

 
Build a simple graphical application that will allow the drawing of digital ink using your finger and saving that ink in a file. Each file will contain one or more ink strokes. Each ink stroke is simply a list of points sampled from touch events. Ink strokes should be drawn by connecting the points with lines
 CS 656
Description
 
  • Create a new Ink file (menu item). This should ask the user for a file name using a text box.
  • Draw many ink strokes in a window area
  • Save an Ink file
  • Load an existing Ink file from a selection list.
Hints
 

Android activities

Android views

Android touch events

Android drawing

Android file system access

Passoff
 

__ 4) Correctly draws Ink strokes in a window

__ 2) Save/Load of Ink works correctly.