Difference between revisions of "Mobile App Dev 2021W: Assignment 2"

From Soma-notes
Jump to navigation Jump to search
Line 5: Line 5:
<!---
<!---
Topics to cover:
Topics to cover:
 
-
>
>


#
<ol>
<li>At the bottom of the screen it shows the current rotation of the image in degrees.  This rotation information stored in a different format as it was in Tutorial 4's 1601picviewer-1.
</li>
<ol style="list-style-type:lower-alpha">
<li>What is the difference?</li>
<li>Change the program to store the rotation information the same way 1601picviewer-1 did.  Be sure to add no new state variables.  (Hint: Look at the documentation for TextField.)</li>
</ol>
<li></li>
</ol>


==Code==
==Code==

Revision as of 22:49, 12 February 2021

This assignment is still being developed.

Questions