American Young Coder (AYC)

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

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 – 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 – Android Game Dev – Gamas

Today We Did We reviewed the GameActivity.addClickListenerToAllBoxes() We started checkWinner() method. You can view my latest codes in here: https://gitlab.com/gsugiart/android-tic-tac-toe/-/tree/SAT-5PM-Gamas/app/src/main/java/com/ayclogic/tictactoe?ref_type=heads Homework Inside GameActivity.java, inside checkWinner(): Add code to check the tag ofRead More...

6 PM – Android Game Dev – Gamas

Today We Did We added Setting page, non-functional. We created a new project first quiz to prepare for next week quiz. Homework Next week (08/19) is the 1st quiz. The quiz isRead More...

12 PM – Android Game Dev – Gamas

Today We Did We did 1 hour quiz today. Homework Please do homework assignment assigned last week https://www.ayclogic.com/event/6-pm-android-game-dev-gamas/  

1 PM – Android Game Dev – Gamas

Today We Did We reviewed the quiz solution. We started Magic8Ball project. Homework Add "ASK" button on the bottom of the screen. Make the color blue. And make it constraint 32 fromRead More...

5 PM – Android Game Dev – Gamas

Homework Inside GameActivity.java, create a new method that replace code duplication in checkWinner() method. The new method needs to have method signature like this private ImageView getBox(int row, int col) Modify checkWinner()Read More...

Verified by MonsterInsights