BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T090000
DTEND;TZID=America/Los_Angeles:20211211T100000
DTSTAMP:20260515T003233
CREATED:20211211T213933Z
LAST-MODIFIED:20211211T213933Z
UID:10707-1639213200-1639216800@www.ayclogic.com
SUMMARY:9 AM - Android Game Development With Java
DESCRIPTION:Homework\n\nWe want to make the red dragon (Player.java) have flapping wing animation.\nIf you still have copy of the codes from your Python Game Development class\, look into that to see how to do.wing flapping animation for doing this.\nInside Player.java\, you need to have List<Bitmap> images.\nInside Player constructor\, you need to load all player1\, player2\, player3 and player4 images and then add them into List<Bitmap> images.\nYou need to have a new class attribute: int imageIndex = 0; You need this to control which image from the List<Bitmap> images that you want to display at any given point.\nInside the Player.draw(Canvas) method you have to use the List<Bitmap> images and get one image at a time according to imageIndex and draw the image.
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T100000
DTEND;TZID=America/Los_Angeles:20211211T110000
DTSTAMP:20260515T003233
CREATED:20211211T214549Z
LAST-MODIFIED:20211211T214549Z
UID:10709-1639216800-1639220400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Homework\n\nCreate Troll.java which will inherits from Monster class. Override doMagicDamage(magicType\, damage) method to make Troll immune to “earth” magicType damage.\nCreate WaterGolem.java which will inherits from Monster class. Override doMagicDamage(magicType\, damage) method to make WaterGolem immune to “water” magicType damage.\nChange the code inside MonsterSystem.initializeMonster() so you use Troll and WaterGolem class.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-23/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T150000
DTEND;TZID=America/Los_Angeles:20211211T160000
DTSTAMP:20260515T003233
CREATED:20211212T001238Z
LAST-MODIFIED:20211212T001238Z
UID:10724-1639234800-1639238400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate Dec11_GameInventoryHomework.java\nDo exercises number 3 only from https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-34/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211211T170000
DTEND;TZID=America/Los_Angeles:20211211T180000
DTSTAMP:20260515T003233
CREATED:20211212T014517Z
LAST-MODIFIED:20211212T021014Z
UID:10726-1639242000-1639245600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate Dec11Magic8BallV2.java and do the Magic8Ball using the List.\nCreate another Java file Dec11MethodHomework.java\nInside this file\, create a method\n\nfavoriteSport(String sport)\nif the name parameter is “Volleyball” (non-casesensitive) print to the shell “Volleyball is a my favorite sport “.\notherwise print to the shell “<sport> is not my favorite sport”\n\n\nCreate another method\, this time method with return value (double):\n\nconvertFromFahrenheitToCelcius(int fahrenheit)\nit has one parameter: fahrenheit\nthe formula to convert from fahrenheit to celcius is\n\n\nCelcius = (F - 32) * 5/9\n\n\n\nSo what you have to do is subtract 32 from the parameter fahrenheit and then multiple with 5 and divide by 9.\nreturn the calculation.\nThe method needs to return a double data type.\n\n\nCall each of the methods from main method.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR