6 PM – Intro To Java – Darin
Today We Did: Continued the SchoolApplication project. Implemented the listing and finding methods for students. Examined various ways to use a for loop on a list Examined how the find method worksRead More...
Today We Did: Continued the SchoolApplication project. Implemented the listing and finding methods for students. Examined various ways to use a for loop on a list Examined how the find method worksRead More...
Today We Did: Reviewed the HW for SchoolSystem Learnt how to create Hashmaps with Map<key datatype, value datatype> {mapName} = HashMap<>() Learnt how to use HashMaps with the .get(key), .put(key, value), andRead More...
NEXT WEEK IS YOUR FIRST QUIZ! Today We Did: Reviewed how HashMaps work. Learnt how to debug in Java, going through a practice problem. Homework: Finish your practice quiz sent via email!Read More...
Today We Did: Did our first quiz! Your results will be posted soon within 3 days. Homework: None! Enjoy your holiday! Notes: If you have any questions, feel free to email meRead 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...