« All Events
5 PM – Android Game Dev – Gamas
July 8, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- We learned more about XML how a data can be represented using tags or attributes of tags.
- We added the board with the 9 boxes in activity_game.xml using LinearLayout.
Homework
- Study about what we have learned so far. Make sure you can answer below questions next week:
- How to get input from EditText in Java.
- How to listen and do something when user click a button.
- How to move from one page to another page in Android.
- When you add a UI component, what is the minimum requirement in ConstraintLayout in term of it positions.
- Write a simple java codes that would print number from 0 to 100 using for loop.
- Write a simple java codes that would print box0 to box100 using for long.