« All Events
6 PM – Intro To Java
September 14, 2021 @ 6:00 pm - 7:00 pm
Today We Do
- We continued on Android Temperature Converter application.
- We added the second EditText field and learned about activity_main.xml and how to switch back and forth between Design and Code view.
- We learned about Android layout configuration.
Homework
- Add two more TextView text fields and place them above each of the existing text fields. This time use TextView (Palette > Text > TextView) instead of PlainText because this is going to be labels (read-only) instead of writable text fields.
- Make sure to configure the layout for each of these TextView so they are interconnected to the text fields below (sourceTextField and destinationTextField)
- Name the one on the left Fahrenheit and the one on the right Celcius.
- If you do it properly, it should look like below