- This event has passed.
5 PM – Intro To Java – William
August 11, 2023 @ 5:00 pm - 7:00 pm
Gamas Sub
Today We Did
- We continued on Temperature Converter android project.
- We added all the UI components except for the Spinner.
- We connected the button in activity_main.xml with the MainActivity.java clickConvert method.
Homework
- Make the Fahrenheit and Celcius TextView to be bigger (24sp) and bold.
- Find in the Internet the formula on how to convert from Fahrenheit to Celcius.
- Add the code to apply the formula so when user click convert, it will output the temperature in Celcius in LogCat.