5 PM – Android Game Dev – Gamas
Today We Did We finished BookSystem. We started with Android Tic-Tac-Toe android project. Homework No class next week because of memorial weekend. No homework
American Young Coder Academy – Indo
Today We Did We finished BookSystem. We started with Android Tic-Tac-Toe android project. Homework No class next week because of memorial weekend. No homework
What We Did We continued with Tic Tac Toe game. We added code to have Setting page with switch. We added code to add the Setting gear image view in the mainRead More...
Today We Did We added player1 and player2 text fields and Start Game button. When user enter start game button, whatever text user enters in player1 text field will be displayed inRead More...
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...
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...
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...
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...
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...
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...
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...