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:20240302T160000
DTEND;TZID=America/Los_Angeles:20240302T170000
DTSTAMP:20260422T001145
CREATED:20240303T053920Z
LAST-MODIFIED:20240310T002956Z
UID:24150-1709395200-1709398800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\n\n\n\nFinished implementing takeMagicDamage()\nUsed proper constructors when adding new monsters\nImplemented monster healing\n\nHomework\nDownload and Install Android Studio! Link here: https://developer.android.com/studio \n\nFollow the default installation instructions. Once installation is complete\, create an Empty Views Activity called TemperatureConverter using Java.\nYou can find a more detailed guide here. Make sure to make an Empty Views Activity\, not Empty Activity. We won’t be using the Studio Bot\, but feel free to play around 🙂\n\nIf you have any issues\, please reach out or I can help during our next lesson! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T160000
DTEND;TZID=America/Los_Angeles:20240309T170000
DTSTAMP:20260422T001145
CREATED:20240310T030100Z
LAST-MODIFIED:20240310T030100Z
UID:24248-1710000000-1710003600@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nSet up Android Studio and started TemperatureConverter project\nBegan customizing the UI with textViews and a button\n\nHomework\nFinish creating the UI for TemperatureConverter: \n\nInsert an EditText view beneath the Fahrenheit Label\n\nGive it an ID of fromTextField\nConstrain it 32sp to the left and top\n\n\nInsert a TextView view below the Celsius label to represent our converted temperature\n\nGive it an ID of toTextField\nConstrain it 32sp to the left and 40sp to the top\n\n\nCreate a button as shown below\n\nConstrain it 32sp to the left/right and 40sp to the top\nSet the layout_width to 0dp so the button fills the screen (find this in the attributes on the right -> layout -> constraints -> layout_width)\n\n\n\nThe final result should look something like this: \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-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240316T160000
DTEND;TZID=America/Los_Angeles:20240316T170000
DTSTAMP:20260422T001145
CREATED:20240317T005121Z
LAST-MODIFIED:20240317T005924Z
UID:24405-1710604800-1710608400@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nAdded a fromTextField and toText field to show temperature values\nStarted the onClickConvert() method to convert F to C\n\nHomework\nThe code for today’s lesson is uploaded here: https://drive.google.com/drive/folders/1Ftsx-CYnRf3_zP2ypCEGCDhjrX3PCWrY?usp=drive_link \n\nFinish the onClickConvert() method:\n\nConvert Fahrenheit into degrees Celcius (you can google the conversion if you don’t know!)\nChange TextView text as necessary\nDouble-check that the onClick attribute for the button is set to the current method\n\n\nAdd a Spinner to our User Interface (UI)\n\nLocated in “Containers”\nIt should have the following attributes:\n\nConstrained 64sp below the fromTextField\nConstrained 48sp to the left/right\n\n\n\n\nConstrain the button to the left/right\, and 48sp below the spinner\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-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240323T160000
DTEND;TZID=America/Los_Angeles:20240323T170000
DTSTAMP:20260422T001145
CREATED:20240324T020619Z
LAST-MODIFIED:20240324T020619Z
UID:24501-1711209600-1711213200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFixed Android Studio issues\nReviewed last week’s homework\n\nHomework\nContinue working on TemperatureConverter: \n\nFinish last week’s homework if you haven’t already: https://www.ayclogic.com/event/4-pm-intro-to-java-william-16/\nAdd additional temperature conversion options to the Spinner\n\nNavigate to app > res > values > strings.xml\nBeneath the app_name string\, create an array in the format:\n\n<array name="conversionTypeOptions">\n    <item>...</item>\n    ...\n    <item>...</item>\n</array>\n\n\n\n\nAdd the following options as items:\n\nFahrenheit to Celcius\nCelcius to Fahrenheit\nCelcius to Kelvin\n\n\nTo add these options to the spinner\, navigate to the entries attribute under Common Attributes\nSet entries as @array/conversionTypeOptions\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-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR