« All Events
7 PM – Intro To Java – Gamas
May 19, 2022 @ 7:00 pm - 8:00 pm
Today We Do
- We continued with Temperature Converter application.
- We added the conversion type drop down menu (spinner).
- We added a listener to the drop down menu.
Homework
- Inside src/res/values/strings.xml, add one more element similar to “app_name”. This element name would be “convert_btn_name”. For the value of the convert_btn_name, use a language that is other than language who use the alphabeth. For example, Korea, Chinese, Arabic.
- Inside activity_main.xml, use this “convert_btn_name” for the convert button label.