Mobile App Dev 2021W: Assignment 4
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
- [2] Add a title screen with a continue button. The title should be "Picture Viewer Demo".
- [2] Remove the title bar from the screens. Make sure your solution works for both light and dark modes.
- [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] 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.