Today we did: Reviewed Quiz and homework Continued MonsterInheritance project: initializeMonsters() addNewMonster() play() healMonster() meleeAttack() Started arrowAttack() Homework: Finish arrowAttack() If monster has no more HP, print: "The (monster species) has beenRead More...
Today we did: Finished MonsterInheritance Explained Inheritance and created child classes (Troll, WaterGolem, Dragon) Finished magic attack Implemented game over messages Homework: Fix addNewMonster(). Our current implementation creates generic monsters based onRead More...
Today we did: Started setting up Android Studio Homework: Finish Android Studio setup with Gamas (he will contact your parents) If you have any questions, please email me at williamsmith@ayclogic.com
Gamas Sub Today We Did We continued on Temperature Converter android project. We added all the UI components except for the Spinner. We connected the button in activity_main.xml with the MainActivity.java clickConvertRead 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...
Today we did: Continued working on TempConverter Added spinner with conversion options Implemented Listener to check conversion type Started working on swapping temperature labels based on selected conversion type setConversion() Homework: FinishRead More...
Today we did: Finished Temperature Converter Application Finished implementing Listener Added Celcius to Kelvin conversion Live Android Demo Homework: Finish DriverSystem practice quiz by next class Be sure to upload your filesRead More...
Today We Did: Finished the Temperature Converter today Added in the switching for when clicking on different options. For Homework Do the practice exam I emailed you guys before the next class
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/
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...
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...
What we did Reviewed DriverSystem Reviewed EmailApplication for the final Homework: The final on Friday will be 2 hours long. I'd recommend reviewing the following before then: Monster Inheritance (especially) Driver SystemRead More...
Today We Did: Reviewed the Practice exam and was able to cover everything on it without any issues. For Homework: Be prepared for the exam next week and review all your pastRead More...
Today We Did We learned how to add alert dialog in Tic Tac Toe. We continued on Magic 8 Ball. Homework Open your old Intro To Java project, learn how to createRead More...
Today We Did We learned how to store some values into Android SharedPreference We learned how to get some values from Android SharedPreference Homework Inside GameActivity.java, use the p1Name and p2Name fromRead More...