« All Events
6 PM – Android Game Development – Gamas
October 29, 2025 @ 6:00 pm - 7:00 pm
Today We Did
- We continued on Weather App
- We learned how to request data from pixabay.com
- We learned how to convert from Json into Java file
Homework
- Yitong – You finished your Convince Me app. Good work.
- You should make your screen lock in portrait mode.
- Dereck – You finished your Memory Match game. Good work
- Abigail – You finished your Willow Clicker game. Good work
- You should make your screen lock in portrait mode
- In the credit page please add
American Young Coder Academy
www.ayclogic.com
- Theo –
- Java file naming convention should be camel case like SettingsActivity.java instead of settings_activity.java. “settings_activity.java” is Python naming convention or snake case.
- When user go to settings page, there is an error that is caused by these two things
- Your settings_activity.java is declared as “abstract” causing the error everytime user go to that page.
- onCheckChanged(CompoundButton var1, boolean var2) is supposed to be onCheckedChanged(CompoundButton var1, boolean var2). This method name has to follow CompoundButton.OnCheckedChangeListener interface.
- You should lock your screen to portrait.
- In the credit page, instead of putting “School AYCLOGIC”. Please do like this
American Young Coder Academy
www.ayclogic.com
- Ethan
- When I click the ANYTHING image, the number of click does not increase. The game is broken.
- There are multiple songs running in the backgrounds.
- You should lock your screen to portrait.
- David
- You should beautify the app. Make some of the TextView bolded and bigger or use different color.
- When there is a winner, the game should not continue.
- prevent user from clicking rock, paper or scissor anymore. Or when there is already a winner, show popup asking user to click reset button.
- You should lock your screen to portrait.
- In the credit page, instead of putting “Thanks to American Young Coder”. Please do like this
Thanks To
American Young Coder Academy
www.ayclogic.com