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
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T190000
DTEND;TZID=America/Los_Angeles:20250729T200000
DTSTAMP:20260420T030113
CREATED:20250730T030607Z
LAST-MODIFIED:20250730T030607Z
UID:29883-1753815600-1753819200@www.ayclogic.com
SUMMARY:7 PM – Intro to Competitive Programming – Darin
DESCRIPTION:What We Did Today:\n\nReviewed dynamic programming\nWent through a couple problems include number of steps (DP/Recursion) and the Mad Scientist problem (greedy)\n\nHomework:\n\nGo through this problem (we will discuss this in class next week): \n/**\n * Problem Statement:\n * You are given a list of coin denominations and a target amount.\n *\n * Your task: Count how many different ways you can make up that amount using unlimited coins from the list.\n *\n * You may use each coin as many times as you want.\n *\n *  Input:\n * An integer amount (amount ≥ 0)\n *\n * An array coins[] of positive integers\n *\n *  Output:\n * An integer representing the number of distinct combinations to make up the amount\n *\n *  Examples:\n * Example 1:\n * plaintext\n * Copy\n * Edit\n * coins = [1\, 2\, 5]\n * amount = 5\n * ✅ Output: 4\n *\n * ✅ Explanation:\n *\n * [1+1+1+1+1]\n *\n * [1+1+1+2]\n *\n * [1+2+2]\n *\n * [5]\n *\n * Example 2:\n * plaintext\n * Copy\n * Edit\n * coins = [2]\n * amount = 3\n * ✅ Output: 0 (you can’t make 3 using only 2s)\n */\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/7-pm-intro-to-competitive-programming-darin-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250530T180000
DTEND;TZID=America/Los_Angeles:20250530T190000
DTSTAMP:20260420T030113
CREATED:20250531T020707Z
LAST-MODIFIED:20250531T020707Z
UID:29199-1748628000-1748631600@www.ayclogic.com
SUMMARY:6 PM – USACO Bronze – Gamas (Darin Sub)
DESCRIPTION:Today We Did\n\nWe reviewed how to manipulate 2D Lists.\nWe finished the World game.\n\nHomework:\n\nread and understand Shell Game https://usaco.org/index.php?page=viewproblem2&cpid=891
URL:https://www.ayclogic.com/event/6-pm-usaco-bronze-gamas-darin-sub-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250305T170000
DTEND;TZID=America/Los_Angeles:20250305T190000
DTSTAMP:20260420T030113
CREATED:20250306T002812Z
LAST-MODIFIED:20250306T002812Z
UID:28312-1741194000-1741201200@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nFinished our final exam!\n\nHomework:\nNone! Good luck on your endeavors\, whether it be in a future class\, or if you decide to pursue this exciting field of coding! \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250226T180000
DTEND;TZID=America/Los_Angeles:20250226T190000
DTSTAMP:20260420T030113
CREATED:20250227T040512Z
LAST-MODIFIED:20250227T040512Z
UID:28260-1740592800-1740596400@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed the practice final test\n\nHomework:\nStudy for your exam next week! \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250219T180000
DTEND;TZID=America/Los_Angeles:20250219T190000
DTSTAMP:20260420T030113
CREATED:20250220T054235Z
LAST-MODIFIED:20250220T054235Z
UID:28181-1739988000-1739991600@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed how spinners work in Android Studio\nDebugged and fixed some minor issues in our converter app\nFinished the Android Studio Temperature Converter project\n\nHomework:\nFinish the practice final test sent to your emails! It will take approximately 2 hours. It’s open notes! \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250205T180000
DTEND;TZID=America/Los_Angeles:20250205T190000
DTSTAMP:20260420T030113
CREATED:20250212T041109Z
LAST-MODIFIED:20250212T041109Z
UID:28123-1738778400-1738782000@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nLearnt how to use android studio with the xml and java files\nLearnt how to modify our button functionality with java code\nImplemented temperature conversion in Java\, using the android app as display\n\nHomework:\nIn your android studio project: \n\nAdd a second button that computes the temperature in the different order (from Celsius to Fahrenheit)\, and make sure it outputs in the proper Text(Decimal) placeholder on the screen.\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250129T180000
DTEND;TZID=America/Los_Angeles:20250129T190000
DTSTAMP:20260420T030113
CREATED:20250130T033449Z
LAST-MODIFIED:20250130T033449Z
UID:28014-1738173600-1738177200@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nFinished Monster Inheritance.\nStarted learning android studio concepts for mobile app development.\n\nHomework:\nIn your android studio project: \n\nCreate a new TextView object with text: Celsius and id: temp2Label\nCreate a new Text:Decimal object with id: temp2Input\nCreate a variable in your MainActivity.java as an integer value that you increment every-time you click on the button. Output this value through printing and viewing in the log cat.\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250122T180000
DTEND;TZID=America/Los_Angeles:20250122T190000
DTSTAMP:20260420T030113
CREATED:20250123T033520Z
LAST-MODIFIED:20250123T033520Z
UID:27956-1737568800-1737572400@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued the Monster Inheritance project in Java\, implementing 100% of the features of the game.\nSet up android studio\n\nHomework:\nIn your monster inheritance project: \n\nCreate two new classes: Hydra\, Deer\nInherit from the Monster class\nMake the hydra immune to water and weak to fire\, and make the deer print out a message (as stated in lecture) when kiled\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250115T180000
DTEND;TZID=America/Los_Angeles:20250115T190000
DTSTAMP:20260420T030113
CREATED:20250116T030334Z
LAST-MODIFIED:20250116T030334Z
UID:27886-1736964000-1736967600@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued the Monster Inheritance project in Java\, implementing 90% of the features of the game.\n\nHomework:\n\nInstall jetbrains toolbox: https://www.jetbrains.com/toolbox-app/\nThrough jetbrains toolbox\, install Android Studio Koala on your computer\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250108T180000
DTEND;TZID=America/Los_Angeles:20250108T190000
DTSTAMP:20260420T030113
CREATED:20250109T015147Z
LAST-MODIFIED:20250109T030328Z
UID:27814-1736359200-1736362800@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Darin
DESCRIPTION:Today We Did:\n\nStarted with the Monster Inheritance project in Java\nIntroduced the concept of inheritance in Java\n\nHomework:\n\n\n\nHOMEWORK:\n1: Initialize 4 monsters before you enter the while loop.\nYou can use a method\, or do it directly inside of run before the while loop.\n\n2. Implement selection.equals("3").\n    2.1 Prompt the user for their name\, and store it in a private variable of the class\n    2.2 Prompt the user for their health\, store it in a private variable of the class\n\n    print the following:\n\n    Welcome to AYCLOGIC Monster Hunt\, <name>!\n\n    Please select the monster you wish to hunt:\n    Hydra - 100 health - 100 max attack\n    Phoenix - 1000 health - 100 max attack\n    Enter the monster species: dhjfhasdkjfh\n\n    Invalid monster\, please try again.\n\n    Please select the monster you wish to hunt:\n    Hydra - 100 health - 100 max attack\n    Phoenix - 1000 health - 100 max attack\n    Enter the monster species: hydra\n\n    What do you wish to do with the HYDRA?\nnote: we use .toUpperCase() at the end of the print out^ \n\n\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241218T180000
DTEND;TZID=America/Los_Angeles:20241218T190000
DTSTAMP:20260420T030113
CREATED:20241219T020903Z
LAST-MODIFIED:20241219T020903Z
UID:27728-1734544800-1734548400@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nDid our first quiz! Your results will be posted soon within 3 days.\n\nHomework:\nNone! Enjoy your holiday! \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241211T180000
DTEND;TZID=America/Los_Angeles:20241211T190000
DTSTAMP:20260420T030113
CREATED:20241212T031017Z
LAST-MODIFIED:20241212T031017Z
UID:27656-1733940000-1733943600@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:NEXT WEEK IS YOUR FIRST QUIZ!\nToday We Did:\n\nReviewed how HashMaps work.\nLearnt how to debug in Java\, going through a practice problem.\n\nHomework:\nFinish your practice quiz sent via email! \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241204T180000
DTEND;TZID=America/Los_Angeles:20241204T190000
DTSTAMP:20260420T030113
CREATED:20241205T030409Z
LAST-MODIFIED:20241205T030409Z
UID:27562-1733335200-1733338800@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed the HW for SchoolSystem\nLearnt how to create Hashmaps with Map<key datatype\, value datatype> {mapName} = HashMap<>()\nLearnt how to use HashMaps with the .get(key)\, .put(key\, value)\, and .remove(key) methods.\n\nHomework:\n\nContinue in your IntroToHashMap project and do the following:\n\n// get a name from the shell\n// check if the address exists\n// if it doesnt exist\, mention that the address doesn't exist with the given name\n// if it does exist\, create a new Address variable after querying the user for 4 new variables (you don't change the name)\n// use .put again\n// print out a statement saying its successful\n\n// use the find method to verify you changed the address inside of run().\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241120T180000
DTEND;TZID=America/Los_Angeles:20241120T190000
DTSTAMP:20260420T030113
CREATED:20241121T012855Z
LAST-MODIFIED:20241121T030745Z
UID:27458-1732125600-1732129200@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued the SchoolApplication project.\nImplemented the listing and finding methods for students.\nExamined various ways to use a for loop on a list\nExamined how the find method works\n\nHomework:\n\nContinue in your SchoolApplication project and do the following:\n\nImplement selections 2\, 4\, and 6.\n\nThis is the same as the students\, but using a teacher class instead.\n\nTry to recreate the listing\, and finding methods from scratch!\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241113T180000
DTEND;TZID=America/Los_Angeles:20241113T190000
DTSTAMP:20260420T030113
CREATED:20241114T020004Z
LAST-MODIFIED:20241114T055421Z
UID:27391-1731520800-1731524400@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued the SchoolApplication project.\nLearnt about Object Oriented Programming in Java\, reviewing concepts such as classes\, objects\, attributes\, methods\, constructors\nIntroduced concepts such as getters\, setters\, and how to automatically use them in Java.\n\nHomework:\n\nContinue in your SchoolApplication project and do the following:\n\nImplement selections 5 and 7.\n\nIn selection 5\, use a for loop to go over each student and print their info.\n\nExample output:\n\nEnter your selection: 5\n\nLIST OF ALL STUDENTS\nDarin - Age: 12 - Grade: 6\nBob - Age: 13 - Grade: 7\n\nFor selection 7\, list only the students between ages 13 and 19!\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241106T180000
DTEND;TZID=America/Los_Angeles:20241106T190000
DTSTAMP:20260420T030113
CREATED:20241107T030711Z
LAST-MODIFIED:20241107T030711Z
UID:27327-1730916000-1730919600@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:  \nToday We Did:\n\nReviewed how to use methods\nImproved the magic 8 ball program to use methods\nGot started on the SchoolApplication project\n\nHomework:\n\nContinue in your file called Nov6_TellMeYourAgeHW.java and follow the instructions below:\n\n// Make a program with\n// static void main\n// run\n// input method\n// print method\n// provideResponse method\n\n\n// in the run method\, get input from the user for their age.\n// If their age is less than 1\, print out that they are a newborn baby\n// if its between 1 and 3\, print out that they are a toddler\n// if its between 4 and 11\, they are a child\n// if its between 12 and 19\, they are a teen\n// greater than 19 but less than 60\, they are adult\n// greater 61\, they are old\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241030T180000
DTEND;TZID=America/Los_Angeles:20241030T190000
DTSTAMP:20260420T030113
CREATED:20241031T021553Z
LAST-MODIFIED:20241031T021553Z
UID:27248-1730311200-1730314800@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed how to use the random module as well as reviewed homework.\nFully implemented the mini text based adventure game as well as the magic8ball program.\n\nHomework:\n\nContinue in your file called Oct30_MethodsHW.java and follow the instructions below:\n\n/*\n    Create a new Java class <date>_MethodsHomework.java\n\n1.\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit.\nInside the method\, it will convert Fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C .\nYou have to return the result.\nThis is very similar to what we did in the class with addFourNumbers method.\n\n2.\nrecreate the same method as above with the same name^ BUT with 2 parameters\, int fahrenheit1 and int fahrenheit2.\nConvert both of these and add them together\,\nthen print it out. You don't need to return in this second method.\n*/\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241023T190000
DTEND;TZID=America/Los_Angeles:20241023T200000
DTSTAMP:20260420T030113
CREATED:20241024T021645Z
LAST-MODIFIED:20241031T005254Z
UID:27170-1729710000-1729713600@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nReviewed how to use the random module as well as reviewed homework.\nFully implemented the mini text based adventure game as well as the magic8ball program.\n\nHomework:\n\nCreate a file Oct23_Magic8Balll_V2.java\n\nRecreate the same Magic8Ball program you had but with a list holding all of the answers this time!
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241016T180000
DTEND;TZID=America/Los_Angeles:20241016T190000
DTSTAMP:20260420T030113
CREATED:20241016T140008Z
LAST-MODIFIED:20241017T020321Z
UID:27100-1729101600-1729105200@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Gamas
DESCRIPTION:William Sub \nToday We Did\n\nReviewed for loop homework\nLearned while loops\nStarted learning about Random module\n\nHomework\n\nCreate Oct16_ListWhileLoopHw.java\n\nDo exercises in https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241007T190000
DTEND;TZID=America/Los_Angeles:20241007T200000
DTSTAMP:20260420T030113
CREATED:20241008T030946Z
LAST-MODIFIED:20241008T030946Z
UID:27006-1728327600-1728331200@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Next week is your Final Exam!\nStudy from the practice final review\, as well as other projects we have done before. Your practice final grades will be emailed to you.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-27/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240930T190000
DTEND;TZID=America/Los_Angeles:20240930T200000
DTSTAMP:20260420T030113
CREATED:20240930T221122Z
LAST-MODIFIED:20240930T221122Z
UID:26939-1727722800-1727726400@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued in Android Studio\, implementing the conversion of the math for the temperature converter.\nNext week we will review the practice final test.\n\nHomework:\nFinish your practice final test which is worth 10% of your final grade! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-26/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240928T183000
DTEND;TZID=America/Los_Angeles:20240928T193000
DTSTAMP:20260420T030113
CREATED:20240929T004739Z
LAST-MODIFIED:20240929T004739Z
UID:26921-1727548200-1727551800@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Java – Darin
DESCRIPTION:Your Final Exam is next week on October 5 2024!!\nWhat We Did Today:\n\nReviewed the practice final exam\, going over concepts such as inheritance as a review for next weeks final exam.\n\nHomework:\n\nStudy well for your final exam next week!\n\nNotes:\nYou can email me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/630-pm-intro-to-java-darin-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240923T190000
DTEND;TZID=America/Los_Angeles:20240923T200000
DTSTAMP:20260420T030113
CREATED:20240924T030141Z
LAST-MODIFIED:20240924T030141Z
UID:26873-1727118000-1727121600@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued in Android Studio\, implementing the rest of the spinner conversion types.\nChanged the headers when selecting an item from the spinner (drop down menu)\nNext week we will change the math depending on the selected item from the spinner.\n\nHomework:\nImplement the rest of the header changing for the other two options! \nYou might want to start studying for your final exam which is in two weeks! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-25/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240921T183000
DTEND;TZID=America/Los_Angeles:20240921T193000
DTSTAMP:20260420T030113
CREATED:20240922T012726Z
LAST-MODIFIED:20240922T052955Z
UID:26850-1726943400-1726947000@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nCompleted the temperature converter project\, implementing the math change\, as well as debugging a couple things.\n\nHomework:\n\nDo the practice final exam sent to your emails! It is worth 10% of your final grade\, and prepare well for your final exam next week!\n\nNotes:\nYou can email me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/630-pm-intro-to-java-darin-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240916T190000
DTEND;TZID=America/Los_Angeles:20240916T200000
DTSTAMP:20260420T030113
CREATED:20240917T030409Z
LAST-MODIFIED:20240917T030409Z
UID:26802-1726513200-1726516800@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued in Android Studio\, reviewing the homework to implement the math.\nAdded elements to the spinner and learnt about listeners.\nAttached the listener to the spinner to check for selection.\n\nHomework:\nNone for this week! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-24/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240914T183000
DTEND;TZID=America/Los_Angeles:20240914T193000
DTSTAMP:20260420T030113
CREATED:20240914T222649Z
LAST-MODIFIED:20240915T024108Z
UID:26786-1726338600-1726342200@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nImplemented the spinner class\, learning about listeners\, attaching the listener to our MainActivity program\, to change appearances of our application.\nImplemented the functionality to change the headers.\nNext week we will change the math.\n\nHomework:\n\nChange the app name to its korean (or other language) equivalent\, by use of the app_name string in the strings.xml file found under the res folder.\nAdd the functionality to change the headers back to “Fahrenheit to Celsius” and “Fahrenheit to Kelvin”.\n\nNotes:\nYou can email me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/630-pm-intro-to-java-darin-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240911T190000
DTEND;TZID=America/Los_Angeles:20240911T200000
DTSTAMP:20260420T030113
CREATED:20240912T010647Z
LAST-MODIFIED:20240912T010647Z
UID:26745-1726081200-1726084800@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nReviewed the final exam in anticipation of the retake.\n\nHomework:\nNone this week! Prepare for your retake exam\, and you can practice by going over the Bank System again\, or perhaps Monster Inheritance. \nNotes:\n\nIf you have any questions\, you may reach out to me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-23/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240909T190000
DTEND;TZID=America/Los_Angeles:20240909T200000
DTSTAMP:20260420T030113
CREATED:20240910T064324Z
LAST-MODIFIED:20240910T064324Z
UID:26732-1725908400-1725912000@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued in Android Studio\, implementing the function for the convert button.\nLearnt how to grab UI elements in code by id\, and manipulate them using getText and setText.\n\nHomework:\n\nComplete the method below inside of MainActivity.java: Grab the other EditText UI element and use .setText() on it to set it with the calculated value for the Celsius.\n\npublic void convertButtonOnClick(View view) {\n    // findViewById will grab the UI (user interface) element by its ID\n    EditText originalTempValue = findViewById(R.id.originalTempValue);\n    String originalTempStr = originalTempValue.getText().toString();\n\n    // Double.parseDouble(string value)\n    // String.valueOf(   int/double value   )\n\n\n    // convert the String originalTempStr to a double\, and then\n    // convert it to its celsius version with the formula:\n    // celsius = (fahrenheit - 32) * 5/9\n\n    // and then\, GRAB the other EditText and name it convertedTempValue\, and use\n    // convertedTempValue.setText(  celsius (as a string)   )\n\n    System.out.println(originalTempStr);\n}\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-22/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240907T183000
DTEND;TZID=America/Los_Angeles:20240907T193000
DTSTAMP:20260420T030113
CREATED:20240908T023641Z
LAST-MODIFIED:20240908T024424Z
UID:26714-1725733800-1725737400@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to grab an element by its id using findViewById().\nUtilized ID’s to change the text of other elements on our screen\nImplemented the math to convert the input value for Fahrenheit to an output value of Celsius and displayed them accordingly on the screen using the ID’s.\nAdded a spinner class that’s left for us to implement next week!\n\nHomework:\n\nContinue on your TemperatureConverter Project.\nCreate two new elements ( a button (that says “changeText”) and a textview (that says “changeMe”) ) and place them WITH constraints to the edges of the screen below the convertButton in activity_main.xml.\nIn MainActivity.java\, create a new function called button2OnClick\, and make it so that the new textview element changes to your name when the changeText button is clicked.\n\nNotes:\nYou can email me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/26714/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240904T190000
DTEND;TZID=America/Los_Angeles:20240904T210000
DTSTAMP:20260420T030113
CREATED:20240905T032313Z
LAST-MODIFIED:20240905T032427Z
UID:26672-1725476400-1725483600@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:Today We:\n\nDid our final exam!
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR