« All Events
9 AM – Intro To Java
June 27, 2021 @ 9:00 am - 10:00 am
Today We Do
- We continued with Android First App, by adding two text fields (firstName and lastName) and when clicking “do something cool” button, it will get firstName and lastName values and display “Hi <firstName> <lastName>, Welcome to AYCLOGIC”.
- We started the Temperature Converter project.
- There is no class on July 4 weekend. The class will resume on July 11. Thank you.
Homework
- Add a new button under the 2 text fields. Call the button “Convert”.
- When the button is clicked, it will take the text values from the 2 text fields and display the value in the shell via System.out.println