- This event has passed.
1 PM – Intro To Java – Gamas
November 5, 2022 @ 1:00 pm - 2:00 pm
Today We Did
- We downloaded and installed Android Studio software.
- We started Temperature Converter android application.
- We added the Fahrenheit header (id: sourceTempHeader)
- We added the a text field under Fahrenheit header (id: sourceTempTextField)
Homework
In your Temperature Converter android application add the following
- One Celcius header. It has to be TextView ui component and id has to be “conversionTempHeader“. Constraint top is 32 and right is 32.
- One text field under the celcius header. It has to be Number Decimal ui component and id has to be “conversionTempTextField“. Constraint top is 32 and right is 32.
- Make the text field under Fahrenheit header to have smaller width. Adjust layout width attribute.
- Overall you want to make the 4 ui components similar to below.