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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T120000
DTEND;TZID=America/Los_Angeles:20230304T130000
DTSTAMP:20260512T133219
CREATED:20230304T205554Z
LAST-MODIFIED:20230304T205554Z
UID:18332-1677931200-1677934800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nWe are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp\nReplaced code inside GameView.update() to use Java switch.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-12/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T170000
DTEND;TZID=America/Los_Angeles:20230303T180000
DTSTAMP:20260512T133219
CREATED:20230308T211853Z
LAST-MODIFIED:20230308T211853Z
UID:18400-1677862800-1677866400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework\n\nCreate a new project called Mar3Magic8Ball.java\, and use a combination of Random module\, while loop\, if else statements to create Magic8Ball game.\nLook at below Python codes for your reference\n\n\n\n\nimport random\n\nwhile True: \n    user_question = input("\nEnter your question? ")\n    if user_question.lower() == "quit" or user_question.lower() == "exit": \n        print("Bye bye")\n        break\n    random_num = random.randint(1\, 8)\n    if random_num == 1:\n        print("It is certain") \n    elif random_num == 2:\n        print("Most likely.") \n    elif random_num == 3:\n        print("Signs point to yes.") \n    elif random_num == 4:\n        print("I don’t think so.") \n    elif random_num == 5:\n        print("Ask again later.") \n    elif random_num == 6:\n        print("Concentrate and ask again.") \n    elif random_num == 7:\n        print("Outlook not so good.") \n    elif random_num == 8:\n        print("My reply is no")
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230227T160000
DTEND;TZID=America/Los_Angeles:20230227T170000
DTSTAMP:20260512T133219
CREATED:20230228T060536Z
LAST-MODIFIED:20230228T060536Z
UID:18272-1677513600-1677517200@www.ayclogic.com
SUMMARY:4 PM Scratch Level 1 - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the Window Cleaner project.\nStarted the Punch The Dummy project\nAdded in most of the components\n\nFor Homework:\n\nContinue with the Punch The Dummy project\nGo to project resources and grab the red punching glove.\nThen upload it to your project and make it follow your cursor\, and when it punches the eye the face and eye should move
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T130000
DTEND;TZID=America/Los_Angeles:20230225T140000
DTSTAMP:20260512T133219
CREATED:20230225T220851Z
LAST-MODIFIED:20230225T220851Z
UID:18252-1677330000-1677333600@www.ayclogic.com
SUMMARY:1 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nInside activity_main.xml\, adjust player1Label and player2Label topConstraint so it will look vertically aligned with the player1Text and player2Text.\nInside activity_game.xml\, set the background image to background_img.png\n\n 
URL:https://www.ayclogic.com/event/1-pm-android-game-development-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T120000
DTEND;TZID=America/Los_Angeles:20230225T130000
DTSTAMP:20260512T133219
CREATED:20230225T205253Z
LAST-MODIFIED:20230225T205253Z
UID:18240-1677326400-1677330000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nEverytime the player kills a bird\, increase score by one.\nDisplay score in the top middle of the screen.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-11/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230224T170000
DTEND;TZID=America/Los_Angeles:20230224T180000
DTSTAMP:20260512T133219
CREATED:20230225T021103Z
LAST-MODIFIED:20230225T021103Z
UID:18225-1677258000-1677261600@www.ayclogic.com
SUMMARY:5 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nCovered the List and For Loop homework for the first two questions.\nReviewed about for loops and how to loop through a list using them with either index or for each.\nWent over how to create a while loop.\n\nFor Homework:\n\nFirst is to create a new class called GameInventory.java and follow the steps on question number 3: https://www.ayclogic.com/java-list-forloop/\nNext is to create another new file called Feb24_WhileLoopHW.java and follow the link here: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T170000
DTEND;TZID=America/Los_Angeles:20230218T180000
DTSTAMP:20260512T133219
CREATED:20230219T020355Z
LAST-MODIFIED:20230219T020355Z
UID:18153-1676739600-1676743200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started migrating our 1.16 minecraft mod project into minecraft 1.19.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-18/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230217T170000
DTEND;TZID=America/Los_Angeles:20230217T180000
DTSTAMP:20260512T133219
CREATED:20230218T015302Z
LAST-MODIFIED:20230218T015302Z
UID:18126-1676653200-1676656800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nReviewed the homework “ForLoopIfElseHW”\nStarted to learn about lists\, and how to add\, get\, and remove things from them.\nAlso\, learned about how to loop through a list and get each of their elements.\n\nFor Homework:\n\nGo to this link for your homework: https://www.ayclogic.com/java-list-forloop/\nYou only have to do the first two problems for today\, make sure to submit them in the folder.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230204T170000
DTEND;TZID=America/Los_Angeles:20230204T180000
DTSTAMP:20260512T133219
CREATED:20230211T220553Z
LAST-MODIFIED:20230211T220553Z
UID:17940-1675530000-1675533600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created a custom creature from CEM Template Loader blockbench plugin.\nWe created Saturn Fox.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-17/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230204T160000
DTEND;TZID=America/Los_Angeles:20230204T170000
DTSTAMP:20260512T133219
CREATED:20230211T220809Z
LAST-MODIFIED:20230211T220809Z
UID:17942-1675526400-1675530000@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nWe went over the team project progress.\nWe added 2 more sprites for the project so each kid can work independently: Shuriken\, PowerUp.\n\nHomework\n\nContinue working on your team project. The due date is March 18. Make sure to make good progress every week.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-latisha-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230128T170000
DTEND;TZID=America/Los_Angeles:20230128T180000
DTSTAMP:20260512T133219
CREATED:20230129T033553Z
LAST-MODIFIED:20230129T033553Z
UID:17869-1674925200-1674928800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nGo to workbench and make the texture of your saturn_bear.png much better. Add your creativity on this. On the left side click under Texture section\, click save button. This will update the saturn_bear.png file in your workbench folder. Copy this file to your Intellij project and replace the old saturn_bear.png. the location of the file is in src/resources/assets/aycessentials/textures/entities folder..\nIn your workbench\, Go to File > New > Modded Entity and create a new creature. SaturnTurtle.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-16/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230128T120000
DTEND;TZID=America/Los_Angeles:20230128T130000
DTSTAMP:20260512T133219
CREATED:20230128T210041Z
LAST-MODIFIED:20230128T210053Z
UID:17860-1674907200-1674910800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Dragon Birdie Mobile game\nWe added collision detection between Player and Bird.\nWhen Player collide with Bird\, we display a dead Player image.\n\nHomework\n\nWhen Player collide with Bird\, instead of showing a single dead image\, show dead image animations by loading player_deadX.png.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-10/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230126T080000
DTEND;TZID=America/Los_Angeles:20230126T170000
DTSTAMP:20260512T133219
CREATED:20230127T040209Z
LAST-MODIFIED:20230127T040209Z
UID:17829-1674720000-1674752400@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the Email Application project and got through how to fix the email message issue of only being able to send one email.\nIt still needs a bit more work before it runs well.\n\nFor Homework:\n\nI want you guys to look at the creation of the email messages\, and test out by running the code and sending multiple messages to one email.\nYou guys will notice an error\, and I want you guys to tell me what you think is the problem with the code and how we can possibly fix it. Next class\, I will try out your guys’ ideas.\nAlso\, talk to your parents so that they can chat with Gamas about changing the class time to another day of the week. (Possibly 12 pm Sunday)
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230121T170000
DTEND;TZID=America/Los_Angeles:20230121T180000
DTSTAMP:20260512T133219
CREATED:20230122T020204Z
LAST-MODIFIED:20230122T020204Z
UID:17777-1674320400-1674324000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding - Gamas
DESCRIPTION:Today We Did\n\nWe just repeat the lesson last week by creating SaturnBear creature.\n\nHomework\n\nIf you have not done it\, please do last week homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230118T193000
DTEND;TZID=America/Los_Angeles:20230118T213000
DTSTAMP:20260512T133219
CREATED:20230119T222729Z
LAST-MODIFIED:20230119T222729Z
UID:17731-1674070200-1674077400@www.ayclogic.com
SUMMARY:7:30 WED Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours and everyone was able to finish in time.\nI will put out the grades before next week Wednesday so be on the look out for them!
URL:https://www.ayclogic.com/event/730-wed-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T170000
DTEND;TZID=America/Los_Angeles:20230114T180000
DTSTAMP:20260512T133219
CREATED:20230115T020727Z
LAST-MODIFIED:20230115T020727Z
UID:17622-1673715600-1673719200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created saturn_bear texture and SaturnBearModel.java via blockbench.\nWe started creating SaturnBear entity in IntelliJ but not done\n\nHomework\n\nContinue with the project to add SaturnBear:\n\nCopy SaturnHogRenderer.java and create SaturnBearRenderer.java\n\nchange from saturn_hog.png to saturn_bear.png\nchange from SaturnHogModel to SaturnBearModel.\nDo not change SaturnHogEntity.\n\n\nInside ModEntities.java add SATURN_BEAR.\n\nLook at how we did SATURN_HOG\nkeep SaturnHogEntity\nchange from saturn_hog to saturn_bear\n\n\nInside ClientEventBusSubscriber.java do the following\n\n\nRenderingRegistry.registerEntityRenderingHandler(\n        ModEntities.SATURN_BEAR.get()\, SaturnBearRenderer::new\n);\n\n\n\nInside AYCEssentialsMod.java\, inside setup method add one line\n\n\nGlobalEntityTypeAttributes.put(ModEntities.SATURN_BEAR.get()\,\n        SaturnHogEntity.createAttribute().build());
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-15/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T130000
DTEND;TZID=America/Los_Angeles:20230114T140000
DTSTAMP:20260512T133219
CREATED:20230119T223318Z
LAST-MODIFIED:20230119T223318Z
UID:17738-1673701200-1673704800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe took our test today for two hours\, you guys will receive your test scores before next week Saturday.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230112T190000
DTEND;TZID=America/Los_Angeles:20230112T200000
DTSTAMP:20260512T133219
CREATED:20230119T223226Z
LAST-MODIFIED:20230119T223226Z
UID:17736-1673550000-1673553600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe began the EmailApplication project and were able to start the lists\, and input the email accounts.\nWe also went back to doing the SchoolSystemUsingMaps in order to get more used to them for homework.\n\nFor Homework:\n\nGo back to the School System project that we did a few weeks ago and create a new file in that project.\nThis time instead of using lists to do your code\, I want you guys to use Hash Map in order to see how easy it is in comparison to using lists\, for example\, to find the information that you need.\nI don’t expect you to finish everything and we will be going over it during the next class.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230111T193000
DTEND;TZID=America/Los_Angeles:20230111T203000
DTSTAMP:20260512T133219
CREATED:20230113T022246Z
LAST-MODIFIED:20230113T022246Z
UID:17589-1673465400-1673469000@www.ayclogic.com
SUMMARY:7:30 Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the review fo the Driver System\, next week will be the test on 1/18.
URL:https://www.ayclogic.com/event/730-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230107T170000
DTEND;TZID=America/Los_Angeles:20230107T180000
DTSTAMP:20260512T133219
CREATED:20230108T024843Z
LAST-MODIFIED:20230108T024843Z
UID:17442-1673110800-1673114400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued and finish adding Saturn Hog creature.\nWe made 3 temptation items for Saturn Hog: carrot\, potato and saturn sword.\nTell the class about blockbench\, the tools to create textures and model java class for Minecraft custom entities.\n\nHomework\n\nDownload and install blockbench from https://www.blockbench.net/ 
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-14/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230107T130000
DTEND;TZID=America/Los_Angeles:20230107T140000
DTSTAMP:20260512T133219
CREATED:20230111T031502Z
LAST-MODIFIED:20230111T031502Z
UID:17539-1673096400-1673100000@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued the Driver System practice by doing the second part and overall reviewing it.\nNext week we will be taking the test so make sure to practice and it will be open book.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230105T190000
DTEND;TZID=America/Los_Angeles:20230105T200000
DTSTAMP:20260512T133219
CREATED:20230106T035541Z
LAST-MODIFIED:20230106T035541Z
UID:17384-1672945200-1672948800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nCreate a new project called EmailApplication\nInside it create a class called EmailMainApplication.java\nCreate a variable for the menu which is below:\nLoop through this menu and also do the exit.\n\nPlease select one of the item below:\n            1. Create new email account\n            2. Login\n            3. List all email accounts.\n            4. Exit\n            Please make your selection (1-4):
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230104T193000
DTEND;TZID=America/Los_Angeles:20230104T203000
DTSTAMP:20260512T133219
CREATED:20230111T031158Z
LAST-MODIFIED:20230111T190226Z
UID:17537-1672860600-1672864200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with review of the Driver System\, and will be reviewing again next week.\nOn Jan 18\, will be our final test for the java class.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221222T190000
DTEND;TZID=America/Los_Angeles:20221222T200000
DTSTAMP:20260512T133219
CREATED:20221223T063724Z
LAST-MODIFIED:20221223T065801Z
UID:17302-1671735600-1671739200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nContinue with the project and make the menu infinitely loop.\nThen do three of the options shown below\, add a restaurant\, list them all\, and exit.\nMake sure to use hashmap this time and look to the project we did to help you out.\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit): 1\n\nADD NEW RESTAURANT\nRestaurant name: Alex Boba\nRestaurant phone: 123-456-8732\nRestaurant founded: 1999\nRestaurant cuisine: Chinese\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit): 2\n\nLIST ALL RESTAURANTS\nAlex Boba - 123-456-8732 - 1999\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\n4. Find all new Restaurants (2020 or newer)\nEnter your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/17302/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221221T193000
DTEND;TZID=America/Los_Angeles:20221221T203000
DTSTAMP:20260512T133219
CREATED:20230105T033421Z
LAST-MODIFIED:20230105T033421Z
UID:17374-1671651000-1671654600@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nComplete the practice final test that was sent to you in your email\, make sure to do it before the next class.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221217T130000
DTEND;TZID=America/Los_Angeles:20221217T140000
DTSTAMP:20260512T133219
CREATED:20221220T102344Z
LAST-MODIFIED:20221220T102344Z
UID:17217-1671282000-1671285600@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:For Homework:\n\nFinish up what is left of the practice test since you guys were not able to finish it before the class.\nIt is to finish up the book a trip method which will take a while.\nThere is no class until the new year so have a happy Christmas and new year!
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221217T120000
DTEND;TZID=America/Los_Angeles:20221217T130000
DTSTAMP:20260512T133219
CREATED:20221218T024731Z
LAST-MODIFIED:20221218T024731Z
UID:17175-1671278400-1671282000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued working on Birdie Mobile game.\nAdded collision detection between fireball and bird.\n\nHomework\n\nNo homework.\nNo class next week. The class will resume on Jan 7\, 2023.\nMerry Christmas and Happy New Year.\nYou can look here for AYC Logic school observed holidays
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221215T193000
DTEND;TZID=America/Los_Angeles:20221215T203000
DTSTAMP:20260512T133219
CREATED:20221216T035651Z
LAST-MODIFIED:20221216T035651Z
UID:17107-1671132600-1671136200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nI want you guys to create a method called initializeStudentsAndTeachers()\nThis method should create 3 students and 3 teachers to be stored inside the lists before you run the actual code.\nThe students and teachers can be up to you\, this is just used to make testing code easier and saving time.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221214T193000
DTEND;TZID=America/Los_Angeles:20221214T203000
DTSTAMP:20260512T133219
CREATED:20221216T021016Z
LAST-MODIFIED:20221216T022130Z
UID:17103-1671046200-1671049800@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe have now added in the temperature spinner listener so we are able to see what the conversion type is when we change it.\n\nFor Homework:\n\nWith the conversion type we now have\, make sure that the conversion type is able to be used inside the on button clicked.\nNow for homework\, we are able to change the headers using the conversion type but now you must change the equations so that they match the headers.
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221210T130000
DTEND;TZID=America/Los_Angeles:20221210T140000
DTSTAMP:20260512T133219
CREATED:20221215T040156Z
LAST-MODIFIED:20221216T024512Z
UID:17086-1670677200-1670680800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:For Homework:\n\nTake your time to take the Driver System practice test that was sent to you in your email.\nMake sure to finish this by Friday night 12/16 so I have a chance to review it.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR