- This event has passed.
7:30 – Intro To Java – Alex
November 16, 2022 @ 7:30 pm - 8:30 pm
Homework
In your Temperature Converter android application add the following
- One Celcius header. It has to be TextView UIcomponent and ID has to be “conversionTempHeader“. The constraint top is 32 and the right is 32.
- One text field under the Celcius header. It has to be a Number Decimal UI component and the ID has to be “conversionTempTextField“. The constraint top is 32 and the right is 32.
- Make the text field under the Fahrenheit header have a smaller width. Adjust the layout width attribute.
- Overall you want to make the components similar to the below, without the dropdown menu.