American Young Coder

AYC logo

5 PM – Intro to Java – William

Today we did: AYCLOGIC Email Application Implemented Login System with menu Created EmailMessage class Implemented Create Email Message Started Check Inbox Homework: Finish checkInbox(EmailAccount account) If there are no emails in theRead More...

5 PM – Intro to Java – William

Today we did: Reviewed HW and Practice Quiz Quiz :) Started MonsterInheritance Created run() method Homework: Create a Monster class: Monsters should have 3 attributes: String species int health int maxAttack CreateRead More...

5 PM – Intro to Java – William

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

5 PM – Intro to Java – William

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

5 PM – Intro to Java – William

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

5 PM – Intro To Java – William

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

5 PM – Intro to Java – William

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

4 PM – Intro To Java – William

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

5:00 PM – Intro to Java – Alexander Lee

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

5 PM – Intro to Java – William

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