« All Events
6 PM – Android Game Dev – Gamas
October 15 @ 6:00 pm - 7:00 pm
Homework
- Ethan –
- You are behind, you need to have more progress.
- When user click on the item that they want to purchase, the amount of money has to be reduced.
- We somehow need to change the status of the item after it is purchased. Maybe display the text Already purchased.
- We also need to display what each item do.
- Enable the feature show me how each item that I purchase will add the click numbers.
- Limit the number of items you can purchase because you are behind.
- Dereck –
- Add credit page
- Designed and Created by Dereck Chea
- Asset from <website name>
- American Young Coder Academy
- www.ayclogic.com
- Yitong –
- Add www.ayclogic.com and American Young Coder Academy as the school in the credit page.
- Abigail –
- Add feature to enable to feed monster when you have food.
- David –
- You are behind David
- When user click Submit, there is an error. It is because you use integer in below code. You have to use playerScoreField.setText(String.valueOf(playerScore)).
playerScoreField.setText(playerScore);
- You also have to randomize the enemy image when you click submit.
- After you fix above errors, after clicking Submit, you need to update the score in these TextViews “Player Score: <score>” and the “Computer Score: <score>”.
- RESET button is not working.
- There is no background song.
- I don’t see the code where it is going to decide who wins the game? How many round will the game continues? It cannot be forever. You have to limit your game.
- Beautify your game
- Player Score and Computer Score and Round TextView needs to have bigger and stronger font.
- The alignment for these UI components are not good in my screen. It might be good in your screen. But it is not good in my screen, this is because the way you put the Horizontal and Vertical constraints are not consistent. For example,
- “roundText” TextView, you put 32 for all Horizontal and Vertical
- “”round” TextView, put only 96 from the top and 64 from the right. This will look different from phone to phone. The “round” TextView should be put 32 for both Top and Bottom just like “roundText” TextView and it should be set like 32dp to the right of “roundText”.
- the Rock, Paper, Scissor images also are not aligned. Same problem, the constraints for all three of these ImageView are not consistent.
- Look at my screenshot below

- Theo –
- Add a status TextView somewhere in the screen to display the amount of money that you are betting.
- Use status TextView to show if you are winning or not
- Add background song look at Tic Tac Toe codes.
- For each of the button, if you have no more money, make sure to display a popup saying you have no more money.
- Add credit page.
- I can see the alignment of your images are good now, which is good. But can you beautify the interface more, maybe make the font stronger etc.