« All Events
5:30 PM – Android Game Dev – Gamas
October 21, 2023 @ 5:30 pm - 6:30 pm
Today We Did
- We reviewed the quiz. All of you should have received the quiz result in your email. I sent it on 10/14. So check your emails from gamas@ayclogic.com dated 10/14.
- We started Snake Apple project.
- We created the main page
- We created the game activity page.
- We added the 4 arrows images.
Homework
- Inside activity_game.xml, make the arrows images clickable and when you click it will call its own methods inside the GameActivity.java. For example, when you click on the upArrow imageView, it will call the upArrow(View) method.
- Is to find or create snake apple title image and put it inside activity_main.xml above the start button.
- You can go to opengameart.org and find a good image.
- or you can create a new image using an image editor and save the PNG or JPEG file into the res > drawable folder.