Mobile App Dev 2021W: Assignment 4

From Soma-notes
Revision as of 22:07, 1 April 2021 by Soma (talk | contribs) (Created page with "'''This assignment is still being developed.''' In this assignment you will be further analyzing and adding features to [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This assignment is still being developed.

In this assignment you will be further analyzing and adding features to PicViewer2.zip from Tutorial 8.

Tasks/Questions

  1. [2] Add a title screen with a continue button. The title should be "Picture Viewer Demo".
  2. [2] Remove the title bar from the screens. Make sure your solution works for both light and dark modes.
  3. [4] Add the name of the picture as a title above the image, centered. It should be in a Body3 bold font. You'll need to assign each picture a name.
  4. [4] Add a touch event handler that allows the picture to be dragged to different positions on the screen. As the image is moved the X and Y fields should be updated.