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:20210921T180000
DTEND;TZID=America/Los_Angeles:20210921T190000
DTSTAMP:20260428T214809
CREATED:20210922T043852Z
LAST-MODIFIED:20210922T043852Z
UID:9492-1632247200-1632250800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java
DESCRIPTION:Today We Do\n\nWe learned how to add listener to Spinner. This way when Spinner is selected it we can do some action.\nWe made MainActivity.java implements OnItemSelectedListener interface\n\nHomework:\n\nWhen Spinner item is selected changed the sourceLabel TextView and destinationLabel TextView text. Look at how we get the UI components (sourceTextField and destinationTextField) when we click the “convert” button. You need to add a similar code when Spinner item is selected.\n\n// check if selectedConversion is equal to "Celcius to Fahrenheit"\n// then set the text for sourceLabel and set to "Celcius"\n// check if selectedConversion is equal to "Fahrenheit to Celcius"\n// then set the text for destinationLabel and set to "Fahrenheit"
URL:https://www.ayclogic.com/event/5-pm-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR