American Young Coder

AYC logo

1 PM – Android Game Dev – Gamas

Today We Did We learned how to use SharedPreference to enable and disable sound. Homework In the SettingActivity.java, when user enter the page, make sure to set the Switch according to theRead More...

5 PM – Android Game Dev – Gamas

Homework Further configure activity_game.xml to have the following component one more TextView under the circle image. Linear Layout under player1ScoreText. Set the ID of the linearLayout to gameBoard. One blue button underRead More...

5 PM – Intro to Java – William

Today we did: Variables and data types Getting user input with java.util.Scanner If-Else statements Started learning lists Homework: Create new Java HW files: June23VariableDataTypeHW.java https://www.ayclogic.com/java-variables-datatypes/ June23IfElseScannerHW.java https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/ The HW is due SundayRead More...

1 PM – Android Game Deve – Gamas

Today We Did We added GamePreferences in SettingActivity.java so the Sound switch will reflect the last on and off setting. Homework Next week you guys will have 1st quiz, where you needRead More...

5 PM – Android Game Dev

Today We Did We made some progress about game_activity.xml layouts. We learned basic XML files and syntax. Homework Inside SchoolSystem project (the one which we did inside Intro To Java class), createRead More...

5 PM – Intro to Java – William

Today we did: Finished List operations Enhanced For Loops (For Each Loops) For Loops, incorporating arrays Homework: Create new Java HW files: June27ForLoopIfElseHW.java  https://www.ayclogic.com/java-for-loop-if-else/ June27IfElseScannerHW.java (Problems 1 and 2) https://www.ayclogic.com/java-list-forloop/ June27GameInventory.java (ProblemRead More...

5 PM – Intro To Java – Alex Lee

Today We Did: Continued with the Monster Inheritance, added in the magic damage Learned about inheritance and how it works with parent and child classes. For Homework: Create 2 new monster classesRead More...

5 PM – Android Game Dev – Gamas

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.Read More...

5 PM – Intro to Java – William

Today we did: While Loops Random module Magic 8 Ball Started Java Methods Homework: Create new Java HW files: July11WhileLoopHW.java https://www.ayclogic.com/java-exercise-while-loop/ July11Magic8BallHW.java  https://www.ayclogic.com/intro-to-python/magic-8-ball/ The HW is due by Thursday night (July 13th).Read More...

5 PM – Intro to Java – William

Today we did: Finished Java Methods Started School System Add a student List all students Homework: Create new Java HW files: July14MethodsHW.java Create a new method convertFromFahrenheitToCelcius. It has one parameter intRead More...