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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240904T190000
DTEND;TZID=America/Los_Angeles:20240904T210000
DTSTAMP:20260421T133931
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240907T183000
DTEND;TZID=America/Los_Angeles:20240907T193000
DTSTAMP:20260421T133931
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:20240909T190000
DTEND;TZID=America/Los_Angeles:20240909T200000
DTSTAMP:20260421T133931
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:20240911T190000
DTEND;TZID=America/Los_Angeles:20240911T200000
DTSTAMP:20260421T133931
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:20240914T183000
DTEND;TZID=America/Los_Angeles:20240914T193000
DTSTAMP:20260421T133931
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:20240916T190000
DTEND;TZID=America/Los_Angeles:20240916T200000
DTSTAMP:20260421T133931
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:20240921T183000
DTEND;TZID=America/Los_Angeles:20240921T193000
DTSTAMP:20260421T133931
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:20240923T190000
DTEND;TZID=America/Los_Angeles:20240923T200000
DTSTAMP:20260421T133931
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:20240928T183000
DTEND;TZID=America/Los_Angeles:20240928T193000
DTSTAMP:20260421T133931
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:20240930T190000
DTEND;TZID=America/Los_Angeles:20240930T200000
DTSTAMP:20260421T133931
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
END:VCALENDAR