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:20221105T090000
DTEND;TZID=America/Los_Angeles:20221105T100000
DTSTAMP:20260425T144455
CREATED:20221105T171204Z
LAST-MODIFIED:20221105T171204Z
UID:16222-1667638800-1667642400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nFinish Driver System\n\nAdd codes to handle the 2nd rush hour from 16 to 19.\nAlso in NewYorkTaxiDriver\, override the getTripTime so it will not double the trip time during rush hour.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-22/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T130000
DTEND;TZID=America/Los_Angeles:20221105T140000
DTSTAMP:20260425T144455
CREATED:20221105T211125Z
LAST-MODIFIED:20221105T211203Z
UID:16234-1667653200-1667656800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe downloaded and installed Android Studio software.\nWe started Temperature Converter android application.\n\nWe added the Fahrenheit header (id: sourceTempHeader)\nWe added the a text field under Fahrenheit header (id: sourceTempTextField)\n\n\n\nHomework\nIn your Temperature Converter android application add the following \n\nOne Celcius header. It has to be TextView ui component and id has to be “conversionTempHeader“. Constraint top is 32 and right is 32.\nOne text field under the celcius header. It has to be Number Decimal ui component and id has to be “conversionTempTextField“. Constraint top is 32 and right is 32.\nMake the text field under Fahrenheit header to have smaller width. Adjust layout width attribute.\nOverall you want to make the 4 ui components similar to below.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T160000
DTEND;TZID=America/Los_Angeles:20221105T170000
DTSTAMP:20260425T144455
CREATED:20221105T235543Z
LAST-MODIFIED:20221105T235543Z
UID:16245-1667664000-1667667600@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nIn Nov5Magic8Ball.java\, use combination of Random module\, while loop\, if else statements to create Magic 8 Ball game.\nLook at below Python codes for your reference\n\nimport random\n\nwhile True:\nuser_question = input("\nEnter your question? ")\nif user_question.lower() == "quit" or user_question.lower() == "exit":\nprint("Bye bye")\nbreak\nrandom_num = random.randint(1\,8)\n\nif random_num == 1:\nprint("It is certain")\nelif random_num == 2:\nprint("Most likely.")\nelif random_num == 3:\nprint("Signs point to yes.")\nelif random_num == 4:\nprint("I don’t think so.")\nelif random_num == 5:\nprint("Ask again later.")\nelif random_num == 6:\nprint("Concentrate and ask again.")\nelif random_num == 7:\nprint("Outlook not so good.")\nelif random_num == 8:\nprint("My reply is no")
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-gamas/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221109T193000
DTEND;TZID=America/Los_Angeles:20221109T203000
DTSTAMP:20260425T144455
CREATED:20221110T042838Z
LAST-MODIFIED:20221110T042838Z
UID:16324-1668022200-1668025800@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued and were able to finish up most of the MonsterInheritance project.\nLearned about parent and child class\nAlso\, we learned about access modifiers and the differences between them.\n\nFor Homework:\n\nCreate a Troll that is a child class to the monster.\nIt is immune to water damage but takes double damage from fire.\nThe troll will also say “Thank you for the heals” and heal double what the user typed in for the heal.\nAlso\, download Android Studio\, you can find the download here: https://developer.android.com/studio/
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221112T090000
DTEND;TZID=America/Los_Angeles:20221112T100000
DTSTAMP:20260425T144455
CREATED:20221112T181208Z
LAST-MODIFIED:20221112T181208Z
UID:16347-1668243600-1668247200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished Driver System.\nWe reviewed what’s going to be in the final test.\n\nHomework\n\nNext week is 2 hours final test. From 9 AM to 11 AM.\nTo prepare for the final\, try to redo the following\n\nBank System from the quiz\nDriver System\nAlso lookup how to use List in Java.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-23/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221112T130000
DTEND;TZID=America/Los_Angeles:20221112T140000
DTSTAMP:20260425T144455
CREATED:20221113T011356Z
LAST-MODIFIED:20221113T011429Z
UID:16371-1668258000-1668261600@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework:\n\nMake the result for Celsius more visible than how it looks right now. An example is given below.
URL:https://www.ayclogic.com/event/1-pm-android-game-development-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221112T160000
DTEND;TZID=America/Los_Angeles:20221112T170000
DTSTAMP:20260425T144455
CREATED:20221113T005710Z
LAST-MODIFIED:20221113T005710Z
UID:16367-1668268800-1668272400@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework:\n\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int Fahrenheit. Inside the method\, it will convert the 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 addFourNumbers method.\nAlong with that create another method that asks for your favorite song\, and if the song is “Shape of You” then say that it is your favorite song\, otherwise say that the song is alright.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221116T193000
DTEND;TZID=America/Los_Angeles:20221116T203000
DTSTAMP:20260425T144455
CREATED:20221117T042731Z
LAST-MODIFIED:20221117T042731Z
UID:16461-1668627000-1668630600@www.ayclogic.com
SUMMARY:7:30 - Intro To Java - Alex
DESCRIPTION:Homework\nIn your Temperature Converter android application add the following \n\nOne Celcius header. It has to be TextView UIcomponent and ID has to be “conversionTempHeader“. The constraint top is 32 and the right is 32.\nOne text field under the Celcius header. It has to be a Number Decimal UI component and the ID has to be “conversionTempTextField“. The constraint top is 32 and the right is 32.\nMake the text field under the Fahrenheit header have a smaller width. Adjust the layout width attribute.\nOverall you want to make the components similar to the below\, without the dropdown menu.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221119T130000
DTEND;TZID=America/Los_Angeles:20221119T140000
DTSTAMP:20260425T144455
CREATED:20221119T235511Z
LAST-MODIFIED:20221202T235720Z
UID:16838-1668862800-1668866400@www.ayclogic.com
SUMMARY:1 PM - Intro to Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe created the Temperature Spinner Listener which shows the multiple options that we can convert such as Celsius to Fahrenheit or Celsius to Kelvin.\n\nFor Homework:\n\nPick a language for your convertButtonName in a different language than English such as Chinese or Spanish.\nThen use the convertButtonName to change the convertButtons name by selecting the correct attribute.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221119T160000
DTEND;TZID=America/Los_Angeles:20221119T170000
DTSTAMP:20260425T144455
CREATED:20221120T005650Z
LAST-MODIFIED:20221120T005650Z
UID:16497-1668873600-1668877200@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - Alex
DESCRIPTION:Homework:\n\nWe are going to be editing the Magic8Ball one last time\, this time using methods.\nIn the Magic8BallV3 class you will need to have 3 methods and they are run()\, provideResponse()\, and getInputFromUser().\nLook to your previous java files that are using methods if you are stuck at any point.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221130T193000
DTEND;TZID=America/Los_Angeles:20221130T203000
DTSTAMP:20260425T144455
CREATED:20221202T234533Z
LAST-MODIFIED:20221202T234533Z
UID:16836-1669836600-1669840200@www.ayclogic.com
SUMMARY:7:30 - Intro To Java- Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Temperature Converter project in Android Studio.\nLearned how to use the convert button to print something in the run tab.\n\nFor Homework:\n\nConvert the Fahrenheit that you get from the user input into Celsius by using this equation.\n(F − 32) × 5/9 = C\n\nThen print it out using the “Convert Button is Clicked” that is printed out into the shell.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR