« All Events
9 AM – Intro to Java – Joel
May 31 @ 9:00 am - 10:00 am
Today we did:
- We continued with TemperatureConverter.
Homework:
- In the convertButtonOnClick, parse the input from the EditText and make it an integer. Once it’s an integer, using the formula for Fahrenheit-Celcius conversion (you can look it up online), convert that input into Celsius, and set that as the text for the TextView.