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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T090000
DTEND;TZID=America/Los_Angeles:20220604T100000
DTSTAMP:20260428T072752
CREATED:20220604T201751Z
LAST-MODIFIED:20220604T201809Z
UID:13371-1654333200-1654336800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed EmailApplication\, SchoolApplication.\nWe reviewed Map and List.\nWe learned that a class can have additional method aside from getter and setter. We added EmailAccount.age and learn how to increase the age.\n\nHomework\n\nNext week is a one hour quiz. Please come 10 mins early so you have a little bit more time.\nStudy EmailApplication\, SchoolApplication.\nStudy how to use Map and List.\nStudy how to use classes\, methods\, scanner\, if statements\, and everything you have learned so far in the class.\nThe quiz is open book quiz. Obviously\, you need to use IntelliJ to do your quiz.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T120000
DTEND;TZID=America/Los_Angeles:20220604T130000
DTSTAMP:20260428T072752
CREATED:20220604T200319Z
LAST-MODIFIED:20220604T200319Z
UID:13369-1654344000-1654347600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter application\nWe changed the header according to the selected conversion type.\nWe changed the conversion formula according to the selected conversion type\n\nHomework\n\nClear the originalTemp and convertedTemp text whenever user selected anything in the spinner.\nReview EmailApplication and MonsterInheritance
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T130000
DTEND;TZID=America/Los_Angeles:20220604T140000
DTSTAMP:20260428T072752
CREATED:20220604T205530Z
LAST-MODIFIED:20220604T205530Z
UID:13374-1654347600-1654351200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe reviewed the School System project by going through how to change findStudent() into a return method and how to use it.\nWe also implemented it into the editStudent() and explained how return and get works.\n\nFor Homework:\n\nGo through and change/add in the findTeacher and editTeacher methods so that they both do the same thing that the student methods do.\nAlso\, in preparation for next week\, create a new class in our intro to java folder for IntelliJ called Restaraunt.java\nThe Restaraunt should have a few attributes (variables) like name\, phone number\, age\, and cuisine.\nThen you need to create a constructor for it and view the school system (teacher and student) to understand how to create a constructor.\nAlso\, create the getters and setters for all of the attributes.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T170000
DTEND;TZID=America/Los_Angeles:20220604T180000
DTSTAMP:20260428T072752
CREATED:20220605T011121Z
LAST-MODIFIED:20220605T011121Z
UID:13384-1654362000-1654365600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe were able to get the temperature that user enter in the originalTempField.\nWe were able to copy the temperature that user enter in the originalTempField into convertedTempField.\n\nHomework\n\nInside MainActivity.onConvertButtonClick(View): convert from Fahrenheit to Celcius using the following formula Celcius = (F − 32) × 5/9 . Set the celcius into convertedTempField. Before you apply the formula\, you have to convert originalTemp from String to Integer. After you apply the formula\, you need to convert from Double to String.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR