« All Events
1 PM – Android Game Dev – Gamas
March 18, 2023 @ 1:00 pm - 2:00 pm
Homeworks
- XML homeworks
- Open your SchoolApplication or StudentApplication
- Inside this project, create a new XML file call it: school_application.xml
- Represent student_list inside school_application.xml.
- Inside student_list create at least 4 students.
- Represent each of the student using the 3 different way we can represent a student. This is very similar on how we represent Monster 3 different ways in the class.
- Continue on your Tic Tac Toe
- change the button inside activity_game.xml from “button” to “reset”.
- When you click on the reset button, it will print “Game is reset” to the shell. This is very similar to activity_main.xml for “Start Game” button.