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

From Soma-notes
Jump to navigation Jump to search
(Created page with "'''This assignment is still being developed.''' In this assignment you will be extending [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/Converter2A.zip Converter2A...")
 
Line 5: Line 5:
==Tasks==
==Tasks==


# [2] The current version's layout is messed up when in landscape mode (the device turned horizontally).  Fix its layout by converting it to a LinearLayout.
# [2] Converter2A's layout is messed up when in landscape mode (the device turned horizontally).  Fix its layout by converting it to a LinearLayout.
# [2] Fix the layout while keeping it a ConstrainedLayout.  Make sure your layout works in both portrait and landscape mode!
# [2] Fix Converter2A's layout while keeping it a ConstrainedLayout.  Make sure your layout works in both portrait and landscape mode!
#
# [4] When rotated, Converter2A doesn't remember the current state of the app.  Modify it so it saves and restores the selected conversion and the value being input when the main activity is destroyed and re-created.

Revision as of 16:44, 16 March 2021

This assignment is still being developed.

In this assignment you will be extending Converter2A from Tutorial 6.

Tasks

  1. [2] Converter2A's layout is messed up when in landscape mode (the device turned horizontally). Fix its layout by converting it to a LinearLayout.
  2. [2] Fix Converter2A's layout while keeping it a ConstrainedLayout. Make sure your layout works in both portrait and landscape mode!
  3. [4] When rotated, Converter2A doesn't remember the current state of the app. Modify it so it saves and restores the selected conversion and the value being input when the main activity is destroyed and re-created.