« All Events
9 AM – Intro To Java
June 20, 2021 @ 9:00 am - 10:00 am
Class Exercises
- We started learning about Android Mobile development
- We started by showing a simple “Hello World” on the screen.
- We added a button and an input text field. Now When “Do something cool button” is clicked, user can display whatever user type on the input text field into the “Hello World” label.
Homework
- Add 2 more text fields on the screen
- When the user click “Do something cool” button, combine text in this first field and second field and display “Welcome to AYCLOGIC <first field text> <second field text>” in the middle of the screen.