6 PM – Intro To Java – Darin
Today We Did: Started with the Monster Inheritance project in Java Introduced the concept of inheritance in Java Homework: HOMEWORK: 1: Initialize 4 monsters before you enter the while loop. You canRead More...
Today We Did: Started with the Monster Inheritance project in Java Introduced the concept of inheritance in Java Homework: HOMEWORK: 1: Initialize 4 monsters before you enter the while loop. You canRead More...
Today We Did: Continued the Monster Inheritance project in Java, implementing 90% of the features of the game. Homework: Install jetbrains toolbox: https://www.jetbrains.com/toolbox-app/ Through jetbrains toolbox, install Android Studio Koala on yourRead More...
Today We Did: Continued the Monster Inheritance project in Java, implementing 100% of the features of the game. Set up android studio Homework: In your monster inheritance project: Create two new classes:Read More...
Today We Did: Finished Monster Inheritance. Started learning android studio concepts for mobile app development. Homework: In your android studio project: Create a new TextView object with text: Celsius and id: temp2LabelRead More...
Today We Did: Learnt how to use android studio with the xml and java files Learnt how to modify our button functionality with java code Implemented temperature conversion in Java, using theRead More...
Today We Did: Reviewed how spinners work in Android Studio Debugged and fixed some minor issues in our converter app Finished the Android Studio Temperature Converter project Homework: Finish the practice finalRead More...
Today We Did: Reviewed the practice final test Homework: Study for your exam next week! Notes: If you have any questions, feel free to email me at ddjapri@ayclogic.com
Today We Did: Finished our final exam! Homework: None! Good luck on your endeavors, whether it be in a future class, or if you decide to pursue this exciting field of coding!Read More...
Today We Did We reviewed how to manipulate 2D Lists. We finished the World game. Homework: read and understand Shell Game https://usaco.org/index.php?page=viewproblem2&cpid=891
What We Did Today: Reviewed dynamic programming Went through a couple problems include number of steps (DP/Recursion) and the Mad Scientist problem (greedy) Homework: Go through this problem (we will discuss this inRead More...