« All Events
5 PM – Intro To Python – Gamas
June 25, 2022 @ 5:00 pm - 6:00 pm
Today We Do
- We continued with Temperature Converter android application.
- We added feature to change header when user select a different conversion type in the spinner.
Homework
- During the class, we only change the header when user change to “Celcius to Fahrenheit”. Add code to change the header for the other 2 options.
- Apply different conversion formula inside MainActivity.convertButtonOnClick(View) according to selected conversion in the spinner. Google the formula to convert from Celcius to Fahrenheit and Kelvin to Fahrenheit.