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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240406T160000
DTEND;TZID=America/Los_Angeles:20240406T170000
DTSTAMP:20260422T001024
CREATED:20240407T234729Z
LAST-MODIFIED:20240407T234822Z
UID:24682-1712419200-1712422800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nAdded 3 conversion types to the application\nCreated ConversionTypeListener.java to listen to changes in the Spinner\n\nHomework\nContinue working on TemperatureConverter: \n\nCatch up if you haven’t already!! Our code can be found here: https://drive.google.com/drive/folders/1Ftsx-CYnRf3_zP2ypCEGCDhjrX3PCWrY?usp=drive_link\nStart working on code to switch labels when selecting a new conversion:\n\nCreate a new attribute in MainActivity.java called selectedConversion and initialize it to NULL\nCreate a new method called setConversion() inside MainActivity.java that has one String parameter called selectedConversion\nInside setConversion()\, get the 2 labels representing the two temperature units (hint: use findViewById)\nUpdate the values of the labels using {label}.setText({text}) based on the conversionType\nInside ConversionTypeListener.java\, call the setConversion() method with selected conversion type inside the onItemSelected() method.\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T160000
DTEND;TZID=America/Los_Angeles:20240413T170000
DTSTAMP:20260422T001024
CREATED:20240415T110257Z
LAST-MODIFIED:20240415T115603Z
UID:24765-1713024000-1713027600@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nContinued working on Temperature Converter\n\nSwapped unit labels to match temperature conversion type (C –> F)\n\n\n\nHomework\nContinue working on TemperatureConverter: \n\nChange the unit labels according to the other conversion options:\n\nCelsius –> Kelvin\nFahrenheit –> Celsius (this is needed in case the user switches back)\n\n\nWhen switching between conversion types\, we want to clear the values for the previous conversion:\n\nAfter changing the labels\, create 2 TextView objects to represent toTextField and fromTextField (use findViewById())\nUse the setText() method to set the text of the fromTextField and toTextField to an empty string\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240417T190000
DTEND;TZID=America/Los_Angeles:20240417T200000
DTSTAMP:20260422T001024
CREATED:20240418T031136Z
LAST-MODIFIED:20240418T031136Z
UID:24801-1713380400-1713384000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe reviewed Magic 8 Ball homework and created 2nd version of Magic 8 Ball.\nWe introduced the concept of methods in Java.\n\nHomework\n\nCreate April17MethodHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addNumbers method.\nCreate another new method convertFromCelciusToFahrenheit. It has one parameter int celcius. Inside the method\, it will convert celcius parameter into fahrenheit by using this formula (C × 9/5) + 32 = F . You have to return the result. This is very similar to what we did in the class with addNumbers method.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-24/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240420T160000
DTEND;TZID=America/Los_Angeles:20240420T170000
DTSTAMP:20260422T001024
CREATED:20240421T021047Z
LAST-MODIFIED:20240421T021328Z
UID:24824-1713628800-1713632400@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\nContinued working on Temperature Converter: \n\nFinished swapping all unit labels according to conversion\nChanged conversion formula based on conversion using conversionType attribute\n\nCode for today’s lesson can be found here: https://drive.google.com/drive/folders/1Ftsx-CYnRf3_zP2ypCEGCDhjrX3PCWrY?usp=drive_link \nHomework\nCreate a new project in IntelliJ called TaxiDriverSystem: \n\nComplete up to #4 in the following practice test (no need to submit): https://forms.gle/5YTRJ848rAjMR1Rd7\nWe will be reviewing this next lesson in preparation for the final in a few weeks!\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240422T190000
DTEND;TZID=America/Los_Angeles:20240422T200000
DTSTAMP:20260422T001024
CREATED:20240423T174809Z
LAST-MODIFIED:20240423T174809Z
UID:24857-1713812400-1713816000@www.ayclogic.com
SUMMARY:7 PM – Intro to Java – Sebastian
DESCRIPTION:Today We Did \n\nLearned about different variables and data types in Java.\nClass code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-sebastian/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240427T160000
DTEND;TZID=America/Los_Angeles:20240427T170000
DTSTAMP:20260422T001024
CREATED:20240428T110152Z
LAST-MODIFIED:20240503T001809Z
UID:24925-1714233600-1714237200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished TemperatureConverter\n\nCreated constants for conversion strings\nChanged button text\nLearned how to export project as APK\n\n\nReviewed #1-4 on practice final\n\n  \nHomework\nFinish the TaxiDriverSystem practice final (worth 10% of your final grade): \n\nFinish the Practice Final here: https://forms.gle/5YTRJ848rAjMR1Rd7\nMake sure to upload your code to the Google form!\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240429T190000
DTEND;TZID=America/Los_Angeles:20240429T200000
DTSTAMP:20260422T001024
CREATED:20240430T032105Z
LAST-MODIFIED:20240430T032105Z
UID:24942-1714417200-1714420800@www.ayclogic.com
SUMMARY:7 PM – Intro to Java – Sebastian
DESCRIPTION:Today We Did \n\nReviewed how conditions work\nLearned about Java if statements\nReviewed the and / or operators\nLearned about how to compare strings in Java (not just using ==)\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-sebastian-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR