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:20220611T090000
DTEND;TZID=America/Los_Angeles:20220611T100000
DTSTAMP:20260425T215817
CREATED:20220611T181812Z
LAST-MODIFIED:20220611T181812Z
UID:13467-1654938000-1654941600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:1 hour Java quiz
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220609T190000
DTEND;TZID=America/Los_Angeles:20220609T200000
DTSTAMP:20260425T215817
CREATED:20220610T031107Z
LAST-MODIFIED:20220610T031107Z
UID:13443-1654801200-1654804800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed Practice Quiz.\nWe reviewed Bank Account Quiz.\nWe reviewed Monster Inheritance.\n\nHomework\n\nNext week is 2 hour final test: 7 PM to 9 PM.\nPlease study the following\n\nQuiz and its solution: Bank System\nMonster Inheritance project.\nMap<Key\, Value>\nMake sure you know how to get and put to the Map.\nMake sure you know how to create methods\, constructor\, getter and setter.\nMake sure you know what “extends” and “super”
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-22/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T190000
DTEND;TZID=America/Los_Angeles:20220608T200000
DTSTAMP:20260425T215817
CREATED:20220609T030404Z
LAST-MODIFIED:20220609T030404Z
UID:13431-1654714800-1654718400@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nReviewed the Magic8Ball Homework\nStarted talking about Object-Oriented Programming\nLearned about how to use methods and the difference between void methods and return type methods\n\nFor Homework:\n\nEdit your Magic8Ball project to use an asList instead of having the 8 else ifs\, so there should only be one if for quitting\, and else should randomly print out one of the 8 items from the list.\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 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/7-pm-intro-to-java-alex-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T170000
DTEND;TZID=America/Los_Angeles:20220604T180000
DTSTAMP:20260425T215817
CREATED:20220605T011121Z
LAST-MODIFIED:20220605T011121Z
UID:13384-1654362000-1654365600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe were able to get the temperature that user enter in the originalTempField.\nWe were able to copy the temperature that user enter in the originalTempField into convertedTempField.\n\nHomework\n\nInside MainActivity.onConvertButtonClick(View): convert from Fahrenheit to Celcius using the following formula Celcius = (F − 32) × 5/9 . Set the celcius into convertedTempField. Before you apply the formula\, you have to convert originalTemp from String to Integer. After you apply the formula\, you need to convert from Double to String.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T130000
DTEND;TZID=America/Los_Angeles:20220604T140000
DTSTAMP:20260425T215817
CREATED:20220604T205530Z
LAST-MODIFIED:20220604T205530Z
UID:13374-1654347600-1654351200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe reviewed the School System project by going through how to change findStudent() into a return method and how to use it.\nWe also implemented it into the editStudent() and explained how return and get works.\n\nFor Homework:\n\nGo through and change/add in the findTeacher and editTeacher methods so that they both do the same thing that the student methods do.\nAlso\, in preparation for next week\, create a new class in our intro to java folder for IntelliJ called Restaraunt.java\nThe Restaraunt should have a few attributes (variables) like name\, phone number\, age\, and cuisine.\nThen you need to create a constructor for it and view the school system (teacher and student) to understand how to create a constructor.\nAlso\, create the getters and setters for all of the attributes.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T120000
DTEND;TZID=America/Los_Angeles:20220604T130000
DTSTAMP:20260425T215817
CREATED:20220604T200319Z
LAST-MODIFIED:20220604T200319Z
UID:13369-1654344000-1654347600@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter application\nWe changed the header according to the selected conversion type.\nWe changed the conversion formula according to the selected conversion type\n\nHomework\n\nClear the originalTemp and convertedTemp text whenever user selected anything in the spinner.\nReview EmailApplication and MonsterInheritance
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220604T090000
DTEND;TZID=America/Los_Angeles:20220604T100000
DTSTAMP:20260425T215817
CREATED:20220604T201751Z
LAST-MODIFIED:20220604T201809Z
UID:13371-1654333200-1654336800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed EmailApplication\, SchoolApplication.\nWe reviewed Map and List.\nWe learned that a class can have additional method aside from getter and setter. We added EmailAccount.age and learn how to increase the age.\n\nHomework\n\nNext week is a one hour quiz. Please come 10 mins early so you have a little bit more time.\nStudy EmailApplication\, SchoolApplication.\nStudy how to use Map and List.\nStudy how to use classes\, methods\, scanner\, if statements\, and everything you have learned so far in the class.\nThe quiz is open book quiz. Obviously\, you need to use IntelliJ to do your quiz.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220602T190000
DTEND;TZID=America/Los_Angeles:20220602T200000
DTSTAMP:20260425T215817
CREATED:20220603T041311Z
LAST-MODIFIED:20220603T041311Z
UID:13336-1654196400-1654200000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned how to clear the sourceTempTextField and convertedTempTextField when user select a drop down menu.\nWe learned how to deploy your application to an Android phone by generating APK file.\n\nHomework\n\nIn IntelliJ\, create a new Java project.\nDo exercises from https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\nDon’t forget to submit the form.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220601T190000
DTEND;TZID=America/Los_Angeles:20220601T200000
DTSTAMP:20260425T215817
CREATED:20220602T025506Z
LAST-MODIFIED:20220602T025506Z
UID:13311-1654110000-1654113600@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nToday we learned about how to use random\nEveryone took their turns in creating the AYCLOGIC Adventure game which used random damage.\n\nFor Homework:\n\nCreate a new file titled Magic8BallHomework.java\nThis will be the first version of this project so make sure to save it\nHere are the instructions for it (ignore the second part about choice): https://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220530T140000
DTEND;TZID=America/Los_Angeles:20220530T160000
DTSTAMP:20260425T215817
CREATED:20220530T224945Z
LAST-MODIFIED:20220530T224945Z
UID:13285-1653919200-1653926400@www.ayclogic.com
SUMMARY:2 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nLearned more about how to use Lists and create them\nAlso understood how to create and use for loops using index and how we can use for loops and if/else statements inside another for loop.\nWe learned about how to use while loops and how to create a while loop that goes on forever.\nAlso learned how to use != and how to get out of an infinite while loop.\nLoosely covered how to use random and using it to get a random item from a list.\n\nFor Homework:\n\nCreate a new project titled ForLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-list-forloop/\nAlso\, create a new project called WhileLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/2-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220527T150000
DTEND;TZID=America/Los_Angeles:20220527T160000
DTSTAMP:20260425T215817
CREATED:20220527T225632Z
LAST-MODIFIED:20220527T225632Z
UID:13269-1653663600-1653667200@www.ayclogic.com
SUMMARY:3 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about how to use a scanner and how to use if and else if statements.\nAlso briefly covered how to create a list and get items.\n\nFor Homework:\n\nCreate a new project titled CarDealerHomework.java\nFollow this link for the instructions on it: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220526T190000
DTEND;TZID=America/Los_Angeles:20220526T200000
DTSTAMP:20260425T215817
CREATED:20220527T032412Z
LAST-MODIFIED:20220527T032412Z
UID:13266-1653591600-1653595200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe were able to make MainActivity.java change the sourceTempLabel name from Fahrenheit to Celcius and convertedTempLabel from Celcius to Fahrenheit when user change the spinner.\n\nHomework\n\nWhen we change the spinner selection from “Celcius to Fahrenheit” it changes the header accordingly. But when we change the spinner selection back to “Fahrenheit to Celcius” or “Fahrenheit to Kelvin”\, the header is not changed. Add code inside MainActivity.setConversionType(String) method so the headers are changed accordingly.\nWhen user change the conversionType from the spinner and the user click the “CONVERT” button\, change the formula accordingly. Currently\, the formula we are using is only from Fahrenheit to Celcius.\n\nWhen user select “Celcius to Fahrenheit”\, we need to use this formula F = (C × 9/5) + 32\nWhen user select “Fahrenheit to Kelvin”\, we need to use this formula K = (F − 32) × 5/9 + 273.15
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-20/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T190000
DTEND;TZID=America/Los_Angeles:20220525T200000
DTSTAMP:20260425T215817
CREATED:20220526T025604Z
LAST-MODIFIED:20220526T025604Z
UID:13241-1653505200-1653508800@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about how to use while loops and how to create a while loop that goes on forever.\nAlso learned how to use != and how to get out of an infinite while loop.\nLoosely covered how to use random and using it to get a random item from a list.\n\nFor Homework:\n\nCreate a new project called WhileLoopHomework.java\nGo here for the homework: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T170000
DTEND;TZID=America/Los_Angeles:20220525T180000
DTSTAMP:20260425T215817
CREATED:20220526T011458Z
LAST-MODIFIED:20220526T011458Z
UID:13239-1653498000-1653501600@www.ayclogic.com
SUMMARY:5:00 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe learned about variable datatypes\nTalked about String\, int\, and doubles\nAlso covered how to get user input using string\n\nFor Homework:\n\nCreate a new java class VariableDatatypesHomework.java\nYou can find the homework here: https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/500-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T180000
DTEND;TZID=America/Los_Angeles:20220521T190000
DTSTAMP:20260425T215817
CREATED:20220522T022019Z
LAST-MODIFIED:20220522T022019Z
UID:13164-1653156000-1653159600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued on Android Temperature Converter project.\nWe added Fahrenheit label\, originalTemperatureTextField.\nWe learned about Android ConstraintLayout.\n\nHomework\n\nMake your Android Temperature Converter project like below
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T130000
DTEND;TZID=America/Los_Angeles:20220521T140000
DTSTAMP:20260425T215817
CREATED:20220522T233706Z
LAST-MODIFIED:20220522T233717Z
UID:13175-1653138000-1653141600@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued with the School Application project.\nAdded in how to find the student and edit the student.\nDiscussed how to use getters and setters in the method.\n\nFor Homework:\n\nAdd in the ability to find the teacher based on their name just like how you did for the student.\nTry to figure out how to shorten the editStudent method that we created in class using the new findStudent method which now returns the student object when it is called.\nAlso\, make it so that if it returns null when the student is not found\, it should print out that there are no students in the system.\nAfter figuring out how to create the new editStudent() method\, create another method to edit the teacher called editTeacher().\nWhen done with it all of the 8 options in the menu should be able to work without any issues.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220521T090000
DTEND;TZID=America/Los_Angeles:20220521T100000
DTSTAMP:20260425T215817
CREATED:20220521T181311Z
LAST-MODIFIED:20220521T182433Z
UID:13144-1653123600-1653127200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with EmailApplication program.\nWe enabled the application to have more than one email message.\n\nHomework\n\nNext week is memorial day weekend\, so no class.\nReview everything in EmailApplication.\nReview Map and List. Make sure you know how to get\, find\, add and replace element from both Map and List.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220519T190000
DTEND;TZID=America/Los_Angeles:20220519T200000
DTSTAMP:20260425T215817
CREATED:20220520T030124Z
LAST-MODIFIED:20220520T030124Z
UID:13126-1652986800-1652990400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Temperature Converter application.\nWe added the conversion type drop down menu (spinner).\nWe added a listener to the drop down menu.\n\nHomework\n\nInside src/res/values/strings.xml\, add one more element similar to “app_name”. This element name would be “convert_btn_name”. For the value of the convert_btn_name\, use a language that is other than language who use the alphabeth. For example\, Korea\, Chinese\, Arabic.\nInside activity_main.xml\, use this “convert_btn_name” for the convert button label.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220518T190000
DTEND;TZID=America/Los_Angeles:20220518T200000
DTSTAMP:20260425T215817
CREATED:20220519T025557Z
LAST-MODIFIED:20220519T025557Z
UID:13118-1652900400-1652904000@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe covered how to use for loops with index.\nTalked about how we can nest for loops into other for loops and also that we can put if else statements in the for loops.\n\nFor Homework:\n\nCreate a new Java class titled May25_GameInventory.java\nDo question number 3 for homework today: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T130000
DTEND;TZID=America/Los_Angeles:20220514T140000
DTSTAMP:20260425T215817
CREATED:20220518T022455Z
LAST-MODIFIED:20220518T022455Z
UID:13099-1652533200-1652536800@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Today We Did:\n\nWe continued by creating the Teacher class with all its attributes.\nAlso\, add in createTeacher() and how to list all the students out when asked to.\nAlso\, we learned about getters and setters and how to use them.\n\nFor Homework:\n\nAdd in the getters and setters for the Teacher class if you have not done it already.\nWhen there are no teachers or students inside the list it should print out “We have no students/teachers in our system yet”\nAdd in listAllTeachers() where it will list all the teachers out when you type in 6 into the menu.\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 6 \n\nLIST ALL TEACHERS\nWe have no teachers in our system yet\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 2\n\nADD NEW TEACHER\nEnter the first name: Alex\nEnter the last name: Lee\nEnter the age: 18\nEnter the email: alexlee@ayclogic.com\nEnter the teacher's subject of expertise: Coding\nYou have added the teacher Alex successfully\n\nPlease select one of the items below\n1. Add Student\n2. Add Teacher\n3. Find Student\n4. Find Teacher\n5. List all students\n6. List all teachers\nMake your selection 1-6 (enter "exit" to quit): 6 \n\nLIST ALL TEACHERS\nAlex Lee is 18 years old and teaches the Coding subject
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T120000
DTEND;TZID=America/Los_Angeles:20220514T130000
DTSTAMP:20260425T215817
CREATED:20220514T200024Z
LAST-MODIFIED:20220514T201642Z
UID:13053-1652529600-1652533200@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned about creating Android App\nWe learned how to add button\nWe learned how to add TextView\nWe learned how to add EditText\nWe learned about Android Constraint Layout.\n\nHomework\n\nAdd Celcius TextView to the right of Fahrenheit TextView.\nAdd convertedTextField to the right of originalTextField.\nLook at below screenshot
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-17/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220514T090000
DTEND;TZID=America/Los_Angeles:20220514T100000
DTSTAMP:20260425T215817
CREATED:20220514T181303Z
LAST-MODIFIED:20220514T184928Z
UID:13047-1652518800-1652522400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed the practice quiz result about List\, Bird class.\n\nHomework\n\nIn your Email Application project go to EmailAccount.java class.\nAdd one more attribute\, String phone number.\nAdd this attribute to the constructor.\nAdd getter and setter.\nInside EmailApplicationMain.java\, inside initializeEmailAccounts method\, add phone number for every EmailAccount.\nInside EmailApplicationMain.java\, inside createEmailAccount()\, ask user for their phone number. Pass the phone number when you create EmailAccount class.\nInside EmailApplicationMain.java\, inside listAllEmailAccounts()\, display the user phone number.\nLook at example below\n\nWelcome to AYCLOGIC Email System.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:1\n\nCREATE EMAIL ACCOUNT\n1. Enter your name: John Chen\n2. Enter your email: john@ayclogic.com\n3. Enter your password: abcd\n4. Enter your phone number: (818) 222-1111\nYou have successfully created email account for John Chen.\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:3\n\nThere are total of 4 email accounts in the system\n1. Nathan Truong - nathan@ayclogic.com - (887) 888-8888\n2. John Chen - john@ayclogic.com - (818) 222-1111\n3. Gamas Chang - gamas@ayclogic.com - (888) 888-8888\n4. Amber Kuo - amber@ayclogic.com - (886) 888-8888\n\nPlease select from below\n1. Create an Email Account\n2. Login\n3. List all Email Accounts\n4. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220512T190000
DTEND;TZID=America/Los_Angeles:20220512T200000
DTSTAMP:20260425T215817
CREATED:20220513T031949Z
LAST-MODIFIED:20220513T031949Z
UID:13030-1652382000-1652385600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe went over how to get text from one EditText and set a text to another TextView.\nWe learn more about Android ConstraintLayout.\n\nHomework\n\nConvert the value that you get from sourceTemp text field from Fahrenheit to Celcius. Don’t forget to convert from String to Integer before you apply the formula.\n\n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-18/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220511T190000
DTEND;TZID=America/Los_Angeles:20220511T200000
DTSTAMP:20260425T215817
CREATED:20220512T030025Z
LAST-MODIFIED:20220512T030025Z
UID:13020-1652295600-1652299200@www.ayclogic.com
SUMMARY:7 PM Intro to Java - Alex
DESCRIPTION:For Homework:\n\nCreate a new project called ForLoopListHomework.java\nGo to this page: https://www.ayclogic.com/java-list-forloop/ for the information on how to do the code.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T130000
DTEND;TZID=America/Los_Angeles:20220507T140000
DTSTAMP:20260425T215817
CREATED:20220507T210020Z
LAST-MODIFIED:20220510T020328Z
UID:12896-1651928400-1651932000@www.ayclogic.com
SUMMARY:1 PM Intro to Java - Alex
DESCRIPTION:Homework:\n\nChange your Magic8Ball project to using the methods like how we did it for TellMeYourAgeOOP.\n\na. The main method should only have two lines of code\, creating the class and then running it.\n\n\nFor the School Application\,  “1. Add Student” feature\, change the code by creating a new method: createStudent(). This is very similar to what you did in TellMeYourAgeOOP where we have a method for each of the features.\nAlso\, add in the second option for adding in a teacher. “2. Add Teacher”.\n\na. Create Teacher class just like you created the Student class last Saturday. The following are the Teacher attributes: firstName\, lastName\, age\, email\, subjectOfExpertise.\nb. When the user chose this feature\, they should be prompted with the teacher’s information. If you did it properly\, it should look like this\n\n\n\nPlease select one of the items below\n            1. Add Student\n            2. Add Teacher\n            3. Find Student\n            4. Find Teacher\n            5. List all students\n            6. List all teachers\nMake your selection 1-6 (enter "exit" to quit):2\n\nADD TEACHER\nEnter teacher's first name: Alex\nEnter teacher's last name: Lee\nEnter teacher's age: 19\nEnter teacher's email: alexlee@ayclogic.com\nEnter teacher's subject of expertise: Math\nYou have successfully added Alex teacher on your system\n\n\nPlease select one of the items below\n            1. Add Student\n            2. Add Teacher\n            3. Find Student\n            4. Find Teacher\n            5. List all students\n            6. List all teachers\nMake your selection 1-6 (enter "exit" to quit):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T120000
DTEND;TZID=America/Los_Angeles:20220507T130000
DTSTAMP:20260425T215817
CREATED:20220507T200507Z
LAST-MODIFIED:20220507T200507Z
UID:12893-1651924800-1651928400@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with MonsterInheritance project.\nWe added meleeAttack feature and override monster.meleeAttack() inside dragon.meleeAttack() so Dragon is immune to meleeAttack.\nWe also able to start Android Studio temperature converter mobile app project.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T090000
DTEND;TZID=America/Los_Angeles:20220507T100000
DTSTAMP:20260425T215817
CREATED:20220507T180717Z
LAST-MODIFIED:20220507T180717Z
UID:12888-1651914000-1651917600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed EmailApplication\nWe continued EmailApplication by adding checkInbox.\n\nHomework\n\nCreate a new Java Project. PracticeQuiz.\nDo exercises from https://docs.google.com/forms/d/1jmuWBAdD1bSY3voMhjxz2ql5Jh5obi3-xagR146hpIQ submit this Practice quiz on Friday night.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220505T190000
DTEND;TZID=America/Los_Angeles:20220505T200000
DTSTAMP:20260425T215817
CREATED:20220506T032844Z
LAST-MODIFIED:20220506T035226Z
UID:12865-1651777200-1651780800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe added the Fahrenheit TextView UI component.\nWe added the sourceTemp EditText UI component.\nWe added a new method onConvertButtonClick and wire it with the convert button.\n\nHomework\n\nContinue on Temperature Converter Android project.\nAdd Celcius TextView UI Component to the right of Fahrenheit.\nAdd convertedTemp TextView UI Component to the right of the sourceTemp EditText.\nIf you do it properly\, it should look like below.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220504T190000
DTEND;TZID=America/Los_Angeles:20220504T200000
DTSTAMP:20260425T215817
CREATED:20220505T025913Z
LAST-MODIFIED:20220505T025913Z
UID:12855-1651690800-1651694400@www.ayclogic.com
SUMMARY:7 PM Intro to Java Alexander Lee
DESCRIPTION:Today We Did:\n\nWe went over how to get the user input by using Scanner\nTalked about how we use If Else statements\nCovered AND and OR usage\nAlso talked about how to compare two Strings or integers\n\nFor Homework:\n\nCreate a new Java class titled May11_CarDealerHomework.java\nLook here for the instructions: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alexander-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220430T130000
DTEND;TZID=America/Los_Angeles:20220430T140000
DTSTAMP:20260425T215817
CREATED:20220430T210047Z
LAST-MODIFIED:20220430T210047Z
UID:12777-1651323600-1651327200@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:Homework\n\nContinue on Apr30_TellMeYourAgeOOP.java\nCreate a method provideAgeResponse. It has one parameter: String strAge. Inside the method it is supposed to convert strAge into Integer and provide different answers depending on the age. Look at below only for getting all the possible answers: https://www.ayclogic.com/tell-me-your-age/\nCall this new method from run() method.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR