BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230801T160000
DTEND;TZID=America/Los_Angeles:20230801T180000
DTSTAMP:20260512T215214
CREATED:20230802T013744Z
LAST-MODIFIED:20230802T021616Z
UID:20911-1690905600-1690912800@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nReviewed Quiz and homework\nContinued MonsterInheritance project:\n\ninitializeMonsters()\naddNewMonster()\nplay()\n\nhealMonster()\nmeleeAttack()\nStarted arrowAttack()\n\n\n\n\n\nHomework:\n\nFinish arrowAttack()\n\nIf monster has no more HP\, print: “The (monster species) has been defeated”\nPlayer doesn’t take damage (since it’s a ranged attack)\n\n\nStart magicAttack()\n\nImplement the fire and water magic attacks\nThe monster will do their max attack damage to player\nImplement your code however you want — I’ll critique it next lesson. Good luck!\n\n\n\nNOTE: Add scanner.nextLine() on a new line each time you use scanner.nextInt(). \nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 1\n\nYou attacked Troll and did 10. Troll has 60 health remaining.\nTroll attacked Will Smith and did 37 damage.\n\nWill Smith has 963 health remaining.\nPlease select one of the following monsters:\n- Troll - 60 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game): Troll\n\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 2\n\nYou attacked Troll and did 10 damage. The Troll has 50 health remaining.\nTroll attacked Will Smith and did 53 damage.\n\nWill Smith has 910 health remaining.\nPlease select one of the following monsters:\n- Troll - 52 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game):\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230804T170000
DTEND;TZID=America/Los_Angeles:20230804T190000
DTSTAMP:20260512T215214
CREATED:20230805T022423Z
LAST-MODIFIED:20230805T022423Z
UID:20968-1691168400-1691175600@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished MonsterInheritance\n\nExplained Inheritance and created child classes (Troll\, WaterGolem\, Dragon)\nFinished magic attack\nImplemented game over messages\n\n\n\nHomework:\n\nFix addNewMonster(). Our current implementation creates generic monsters based on the species entered. However\, when we create a monster of a specific species (e.g. Dragon)\, we want it to have the properties of a Dragon (fire strength\, water weakness\, etc.).\nFeel free to add whatever features you’d like (make sure the code runs though!)\nDownload and install Android Studio: https://developer.android.com/studio\n\nGo through default installation steps\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230808T170000
DTEND;TZID=America/Los_Angeles:20230808T183000
DTSTAMP:20260512T215214
CREATED:20230809T023416Z
LAST-MODIFIED:20230809T023416Z
UID:21025-1691514000-1691519400@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nStarted setting up Android Studio\n\nHomework:\n\nFinish Android Studio setup with Gamas (he will contact your parents)\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230811T170000
DTEND;TZID=America/Los_Angeles:20230811T190000
DTSTAMP:20260512T215214
CREATED:20230812T020456Z
LAST-MODIFIED:20230813T022140Z
UID:21058-1691773200-1691780400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - William
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe continued on Temperature Converter android project.\nWe added all the UI components except for the Spinner.\nWe connected the button in activity_main.xml with the MainActivity.java clickConvert method.\n\nHomework\n\nMake the Fahrenheit and Celcius TextView to be bigger (24sp) and bold.\nFind in the Internet the formula on how to convert from Fahrenheit to Celcius.\nAdd the code to apply the formula so when user click convert\, it will output the temperature in Celcius in LogCat.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T170000
DTEND;TZID=America/Los_Angeles:20230812T180000
DTSTAMP:20260512T215214
CREATED:20230813T010259Z
LAST-MODIFIED:20230813T030832Z
UID:21073-1691859600-1691863200@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the GameActivity.addClickListenerToAllBoxes()\nWe started checkWinner() method.\nYou 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\n\nHomework\n\nInside GameActivity.java\, inside checkWinner():\n\nAdd code to check the tag of the first column is the same with the tag of the 2nd column.\nAdd code to check the tag of the first column is the same with the tag of the 3nd column.\nAdd code to check the tag of the first column is NOT empty String.\nIf all three conditions above are met\, System.out.println(“We have a winner”).
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-8/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T180000
DTEND;TZID=America/Los_Angeles:20230812T190000
DTSTAMP:20260512T215214
CREATED:20230813T015523Z
LAST-MODIFIED:20230813T015523Z
UID:21075-1691863200-1691866800@www.ayclogic.com
SUMMARY:6 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added Setting page\, non-functional.\nWe created a new project first quiz to prepare for next week quiz.\n\nHomework\n\nNext week (08/19) is the 1st quiz.\n\nThe quiz is to create a simple Android app within 1 hour.\nPlease study: Tictactoe and TemperatureConverter.\n\n\nThe following week (08/26) homework\n\nMake the setting page functional\n\nWhen you click the blue gear icon in the main page\, make it switch the page from Main page to Setting page.\nInside Setting page\, save the Sound on and off inside the SharedPreferences. This is similar to what we did with saving first player and 2nd player names. And this is exactly what we did in Birdie Mobile game.\nPlay the music when user enters GameActivity page. Use the same music file from the Birdie Mobile game.
URL:https://www.ayclogic.com/event/6-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T190000
DTSTAMP:20260512T215214
CREATED:20230815T040744Z
LAST-MODIFIED:20230815T040744Z
UID:21112-1692032400-1692039600@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nContinued working on TempConverter\n\nAdded spinner with conversion options\nImplemented Listener to check conversion type\nStarted working on swapping temperature labels based on selected conversion type setConversion()\n\n\n\nHomework:\n\nFinish setConversion\n\nSet the text of toUnitLabel to the right unit\nClear the text of sourceTempText and targetTempText (set text to empty string)\n\n\nChange the sourceTempText ID to fromTextField\nChange the targetTempText ID to toTextField (make sure to refactor)\n\nIf you have any questions or issues\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T160000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260512T215214
CREATED:20230819T010317Z
LAST-MODIFIED:20230819T010522Z
UID:21156-1692374400-1692381600@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - William
DESCRIPTION:Today we did:\n\nFinished Temperature Converter Application\n\nFinished implementing Listener\nAdded Celcius to Kelvin conversion\nLive Android Demo\n\n\n\nHomework:\n\nFinish DriverSystem practice quiz by next class\n\nBe sure to upload your files to the Google Form!\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T170000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260512T215214
CREATED:20230820T000726Z
LAST-MODIFIED:20230820T000726Z
UID:21177-1692378000-1692381600@www.ayclogic.com
SUMMARY:5:00 PM - Intro to Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nFinished the Temperature Converter today\nAdded in the switching for when clicking on different options.\n\nFor Homework\n\nDo the practice exam I emailed you guys before the next class
URL:https://www.ayclogic.com/event/500-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T120000
DTEND;TZID=America/Los_Angeles:20230819T130000
DTSTAMP:20260512T215214
CREATED:20230820T014400Z
LAST-MODIFIED:20230820T014400Z
UID:21192-1692446400-1692450000@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe did 1 hour quiz today.\n\nHomework\n\nPlease do homework assignment assigned last week https://www.ayclogic.com/event/6-pm-android-game-dev-gamas/\n\n 
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T130000
DTEND;TZID=America/Los_Angeles:20230819T140000
DTSTAMP:20260512T215214
CREATED:20230819T205722Z
LAST-MODIFIED:20230819T205722Z
UID:21166-1692450000-1692453600@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the quiz solution.\nWe started Magic8Ball project.\n\nHomework\n\nAdd “ASK” button on the bottom of the screen. Make the color blue. And make it constraint 32 from the bottom\, left and right the screen. Make it wide button as wide as the constraints allowed.\nWhen you click the ASK button\, change the image from YES image to NO image.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-14/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T170000
DTEND;TZID=America/Los_Angeles:20230819T180000
DTSTAMP:20260512T215214
CREATED:20230820T010217Z
LAST-MODIFIED:20230820T010253Z
UID:21187-1692464400-1692468000@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nInside GameActivity.java\, create a new method that replace code duplication in checkWinner() method. The new method needs to have method signature like this\n\n\nprivate ImageView getBox(int row\, int col)\n\n\n\nModify checkWinner() method to check the winner vertically. This is very similar to when we check the winner horizontally.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230822T170000
DTEND;TZID=America/Los_Angeles:20230822T180000
DTSTAMP:20260512T215214
CREATED:20230823T011740Z
LAST-MODIFIED:20230823T011740Z
UID:21234-1692723600-1692727200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:What we did\n\nReviewed DriverSystem\nReviewed EmailApplication for the final\n\nHomework:\nThe final on Friday will be 2 hours long. I’d recommend reviewing the following before then: \n\nMonster Inheritance (especially)\nDriver System\nBank System (from the quiz)\nList operations\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com. \nGood luck!! \n\n 
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230825T170000
DTEND;TZID=America/Los_Angeles:20230825T180000
DTSTAMP:20260512T215214
CREATED:20230830T191417Z
LAST-MODIFIED:20230830T191417Z
UID:21395-1692982800-1692986400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nReviewed the Practice exam and was able to cover everything on it without any issues.\n\nFor Homework:\n\nBe prepared for the exam next week and review all your past material.\nMake sure to have an email ready for the exam and it will be for two hours.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T130000
DTEND;TZID=America/Los_Angeles:20230826T140000
DTSTAMP:20260512T215214
CREATED:20230826T210145Z
LAST-MODIFIED:20230826T210145Z
UID:21310-1693054800-1693058400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to add alert dialog in Tic Tac Toe.\nWe continued on Magic 8 Ball.\n\nHomework\n\nOpen your old Intro To Java project\, learn how to create random number between 0 to 3.\nInside the method that is called when you click on the “Ask” button\, do the following:\n\nCreate random number between 0 to 3.\nif number is equal to 0\, display ball1.png\nelse if number is equal to 1\, display ball2.png\nelse if number is equal to 2\, display ball3.png\nelse display ball4.png
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-15/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T170000
DTEND;TZID=America/Los_Angeles:20230826T180000
DTSTAMP:20260512T215214
CREATED:20230827T010154Z
LAST-MODIFIED:20230827T010154Z
UID:21318-1693069200-1693072800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to store some values into Android SharedPreference\nWe learned how to get some values from Android SharedPreference\n\nHomework\n\nInside GameActivity.java\, use the p1Name and p2Name from the SharedPreference to change the 6 lines of codes where it is now using “Player1” or “Player2”.\n\nYou have to change the codes in the onCreate() and onClick methods.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-10/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230829T160000
DTEND;TZID=America/Los_Angeles:20230829T170000
DTSTAMP:20260512T215214
CREATED:20230830T010454Z
LAST-MODIFIED:20230830T010454Z
UID:21376-1693324800-1693328400@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:What we did\n\nReviewed Final Exams
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR