« All Events
10 AM – Intro To Java – Gamas
February 19, 2022 @ 10:00 am - 11:00 am
Today We Do
- We continued with our Temperature Converter android application project.
- We added some options/items for our spinner.
- We made the conversion result text to TextView so it would be non-editable.
- We added spinner listener
Homework
- After we convert the “conversionTemp” from EditText to TextView, the color of the text is light gray. Change it to bold black color.
- During the class, we created ConversionSpinnerListener.java and it implemeted AdapterView.OnItemSelectedListener . This is a Java interface and I don’t think we ever learned about Java Interface. Please do some reading about Java Interface in here: https://www.w3schools.com/java/java_interface.asp
- Prepare some questions about Java Interface in the next class.