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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230728T170000
DTEND;TZID=America/Los_Angeles:20230728T190000
DTSTAMP:20260512T081626
CREATED:20230729T021342Z
LAST-MODIFIED:20230729T021342Z
UID:20858-1690563600-1690570800@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nReviewed HW and Practice Quiz\nQuiz 🙂\nStarted MonsterInheritance\n\nCreated run() method\n\n\n\nHomework:\n\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\nCreate a doDamage() method:\n\nHas 1 int parameter that subtracts specified value from the monster’s health\n\n\nCreate a heal() method:\n\nSame as doDamage() but adds to monster’s health\n\n\n\n\nImplement listAllMonsters() in MonsterInheritanceMain.java:\n\nFor each monster\, if the Monster is dead (health is <= 0)\, then print: “- (monster species) – Dead”\nOtherwise print “- (monsterspecies) – (monster health) health”\n\n\nCreate a main() method that calls run()\n\nMight be hard to test this week’s homework\, so don’t worry if you can’t 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T160000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260512T081626
CREATED:20230726T011741Z
LAST-MODIFIED:20230726T025110Z
UID:20793-1690300800-1690308000@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nAYCLOGIC Email Application\n\nImplemented Login System with menu\nCreated EmailMessage class\nImplemented Create Email Message\nStarted Check Inbox\n\n\n\nHomework:\n\nFinish checkInbox(EmailAccount account)\n\n\nIf there are no emails in the inbox\, then print: “There are no emails in your inbox :(“\n\nOtherwise\, print all emails in the following format:\n(Sender) – (Subject) – (Content)\n\n\nFinish this practice quiz: https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\n\nNext lesson we’ll review the practice and have a Java Quiz 🙂\n\n\n\nUpload your Email Application files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230721T170000
DTEND;TZID=America/Los_Angeles:20230721T180000
DTSTAMP:20260512T081626
CREATED:20230722T010613Z
LAST-MODIFIED:20230722T010613Z
UID:20749-1689958800-1689962400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Gamas Sub \nWhat We Did\n\nWe went through Android Studio installation process\nWe started Temperature Converter project.\n\nHomework\n\nContinue on Temperature Converter project by adding UI component 5 and 6.\n\ncomponent 5 can be found in Pallete > Container > Spinner\ncomponent 6 can be found in Pallete > Common > Button
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230718T160000
DTEND;TZID=America/Los_Angeles:20230718T180000
DTSTAMP:20260512T081626
CREATED:20230719T012510Z
LAST-MODIFIED:20230719T012805Z
UID:20653-1689696000-1689703200@www.ayclogic.com
SUMMARY:4 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished School System methods:\n\nFind student\nFind teacher\nList all teachers\nList all teenager students\nEdit student\n\n\n\nHomework:\n\nFinish Find Teacher:\n\nPrint “We cannot find teacher with name: _____ _____” if teacher cannot be found\n\n\nImplement “9. Edit teacher subject”\n\nCreate a private method called editTeacherSubject with no return value\nHave the user select a teacher to edit based on first and last name (hint: you may need to make edits to findTeacherByFirstAndLastName to return something!)\nIf the teacher was found\, prompt the user for a new subject\nEdit the subjectExpertise field of the teacher\n\n\n\nUpload your new SchoolSystem files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230714T170000
DTEND;TZID=America/Los_Angeles:20230714T190000
DTSTAMP:20260512T081626
CREATED:20230715T021556Z
LAST-MODIFIED:20230719T011440Z
UID:20607-1689354000-1689361200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished Java Methods\nStarted School System\n\nAdd a student\nList all students\n\n\n\nHomework:\nCreate new Java HW files: \n\nJuly14MethodsHW.java\n\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.\n\n\nTeacher.java\n\nCreate Teacher.java in your SchoolSystem project. It should have the following attributes:\n\nString firstName\nString lastName\nint age\nString subjectExpertise\nCreate a constructor with all of above attributes.\nCreate getter methods\n\n\nImplement the method: “2. Add a teacher” in SchoolSystem.java (hint: you’ll need a way to store all the teachers!)\n\nCall the method addNewTeacher()\n\n\n\n\n\nPlease upload the 2 files (Teacher.java\, July13MethodsHW.java) to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260512T081626
CREATED:20230712T022538Z
LAST-MODIFIED:20230712T022538Z
UID:20556-1689094800-1689102000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nWhile Loops\nRandom module\nMagic 8 Ball\nStarted Java Methods\n\nHomework:\n\nCreate new Java HW files:\n\nJuly11WhileLoopHW.java\n\nhttps://www.ayclogic.com/java-exercise-while-loop/\n\n\nJuly11Magic8BallHW.java \n\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/\n\n\n\n\nThe HW is due by Thursday night (July 13th). Please upload to your assigned Google Drive folders.\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230708T170000
DTEND;TZID=America/Los_Angeles:20230708T180000
DTSTAMP:20260512T081626
CREATED:20230709T022542Z
LAST-MODIFIED:20230712T235430Z
UID:20509-1688835600-1688839200@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about XML how a data can be represented using tags or attributes of tags.\nWe added the board with the 9 boxes in activity_game.xml using LinearLayout.\n\nHomework\n\nStudy about what we have learned so far. Make sure you can answer below questions next week:\n\nHow to get input from EditText in Java.\nHow to listen and do something when user click a button.\nHow to move from one page to another page in Android.\nWhen you add a UI component\, what is the minimum requirement in ConstraintLayout in term of it positions.\n\n\nWrite a simple java codes that would print number from 0 to 100 using for loop.\nWrite a simple java codes that would print box0 to box100 using for long.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-7/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230630T170000
DTEND;TZID=America/Los_Angeles:20230630T180000
DTSTAMP:20260512T081626
CREATED:20230701T005320Z
LAST-MODIFIED:20230701T005320Z
UID:20476-1688144400-1688148000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the Monster Inheritance\, added in the magic damage\nLearned about inheritance and how it works with parent and child classes.\n\nFor Homework:\n\nCreate 2 new monster classes based on what you chose to initialize into your monster map.\nMake them similar to the first monster that you did\, so that they have one immunity and one weakness.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230627T170000
DTEND;TZID=America/Los_Angeles:20230627T190000
DTSTAMP:20260512T081626
CREATED:20230628T021453Z
LAST-MODIFIED:20230628T021453Z
UID:20415-1687885200-1687892400@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished List operations\nEnhanced For Loops (For Each Loops)\nFor Loops\, incorporating arrays\n\nHomework:\n\nCreate new Java HW files:\n\nJune27ForLoopIfElseHW.java \n\nhttps://www.ayclogic.com/java-for-loop-if-else/\n\n\nJune27IfElseScannerHW.java (Problems 1 and 2)\n\nhttps://www.ayclogic.com/java-list-forloop/\nJune27GameInventory.java (Problem 3)\n\n\n\n\nThe HW is due by Sunday July 9th. Please upload to your assigned Google Drive folders.\n\nNOTE THAT WE HAVE NO CLASS NEXT WEEK DUE TO INDEPENDENCE DAY HOLIDAY!  \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230624T170000
DTEND;TZID=America/Los_Angeles:20230624T180000
DTSTAMP:20260512T081626
CREATED:20230625T010424Z
LAST-MODIFIED:20230625T010424Z
UID:20379-1687626000-1687629600@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev
DESCRIPTION:Today We Did\n\nWe made some progress about game_activity.xml layouts.\nWe learned basic XML files and syntax.\n\nHomework\n\nInside SchoolSystem project (the one which we did inside Intro To Java class)\, create school_system.xml file and add below incomplete xml file with students and teachers tags.\n\n\n<school_system>\n    <student_list>\n\n    </student_list>\n    <teacher_list>\n\n    </teacher_list>\n</school_system>
URL:https://www.ayclogic.com/event/5-pm-android-game-dev/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230624T130000
DTEND;TZID=America/Los_Angeles:20230624T140000
DTSTAMP:20260512T081626
CREATED:20230624T210222Z
LAST-MODIFIED:20230624T210222Z
UID:20361-1687611600-1687615200@www.ayclogic.com
SUMMARY:1 PM - Android Game Deve - Gamas
DESCRIPTION:Today We Did\n\nWe added GamePreferences in SettingActivity.java so the Sound switch will reflect the last on and off setting.\n\nHomework\n\nNext week you guys will have 1st quiz\, where you need to create a simple android application from scratch. It will be 1-hour quiz. It will be an open book quiz. Please study everything we have done so far.
URL:https://www.ayclogic.com/event/1-pm-android-game-deve-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230623T170000
DTEND;TZID=America/Los_Angeles:20230623T190000
DTSTAMP:20260512T081626
CREATED:20230624T021901Z
LAST-MODIFIED:20230624T022313Z
UID:20349-1687539600-1687546800@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nVariables and data types\nGetting user input with java.util.Scanner\nIf-Else statements\nStarted learning lists\n\nHomework:\n\nCreate new Java HW files:\n\nJune23VariableDataTypeHW.java\n\nhttps://www.ayclogic.com/java-variables-datatypes/\n\n\nJune23IfElseScannerHW.java\n\nhttps://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/\n\n\n\n\nThe HW is due Sunday night. Please upload to your assigned Google Drive folders.\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230617T170000
DTEND;TZID=America/Los_Angeles:20230617T180000
DTSTAMP:20260512T081626
CREATED:20230618T010703Z
LAST-MODIFIED:20230618T010703Z
UID:20261-1687021200-1687024800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nFurther configure activity_game.xml to have the following component\n\none more TextView under the circle image.\nLinear Layout under player1ScoreText. Set the ID of the linearLayout to gameBoard.\nOne blue button under the Linear Layout
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-6/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230617T130000
DTEND;TZID=America/Los_Angeles:20230617T140000
DTSTAMP:20260512T081626
CREATED:20230623T030904Z
LAST-MODIFIED:20230623T030956Z
UID:20339-1687006800-1687010400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to use SharedPreference to enable and disable sound.\n\nHomework\n\nIn the SettingActivity.java\, when user enter the page\, make sure to set the Switch according to the existing SharedPreference.\nStudy all the codes inside Tic Tac Toe project\, I am going to give some verbal quiz about all the topics. If there are something you don’t understand\, please jot them down and let me know.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-13/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230616T170000
DTEND;TZID=America/Los_Angeles:20230616T180000
DTSTAMP:20260512T081626
CREATED:20230617T005528Z
LAST-MODIFIED:20230617T005528Z
UID:20245-1686934800-1686938400@www.ayclogic.com
SUMMARY:5PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe reviewed the quizzes that we took a week before. Small reminder to make sure to take everything step by step when creating your code.\nStarted the Monster Inheritance project.\nAdded in the monster and some of the system.\n\nFor Homework:\n\nInside the Monster class\, create a getInfo method that will either return the information or print out the information in this format. “- monsterName – Health Remaining – health”\nNow inside your MonsterSystem create a method called listAllMonsters\nMake sure to check if there are any monsters in the map\, otherwise print all of them out.
URL:https://www.ayclogic.com/event/5pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230610T170000
DTEND;TZID=America/Los_Angeles:20230610T180000
DTSTAMP:20260512T081626
CREATED:20230611T012527Z
LAST-MODIFIED:20230611T012527Z
UID:20176-1686416400-1686420000@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added player1 and player2 text fields and Start Game button.\nWhen user enter start game button\, whatever text user enters in player1 text field will be displayed in the console.\n\nHomework\n\nAdd code that will also get the player2Text and print to console.\nAdd code to put background image to activity_game.xml.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230610T130000
DTEND;TZID=America/Los_Angeles:20230610T140000
DTSTAMP:20260512T081626
CREATED:20230610T205339Z
LAST-MODIFIED:20230610T213906Z
UID:20167-1686402000-1686405600@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:What We Did\n\nWe continued with Tic Tac Toe game.\nWe added code to have Setting page with switch.\nWe added code to add the Setting gear image view in the main activity page.\n\nHomework\n\nWe added the Setting gear ImageView in the MainActivity.java. And we added the onClickListener.\nNow add code inside MainActivity.onClick(View) so when user click\, it will move from MainActivity page to SettingActivity page.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-12/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230526T170000
DTEND;TZID=America/Los_Angeles:20230526T180000
DTSTAMP:20260512T081626
CREATED:20230527T010617Z
LAST-MODIFIED:20230527T010617Z
UID:20000-1685120400-1685124000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finished up the Email Application project\nDid a small amount of the review quiz\n\nFor Homework:\n\nFinish up the review quiz and turn it in before the next class.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230520T170000
DTEND;TZID=America/Los_Angeles:20230520T180000
DTSTAMP:20260512T081626
CREATED:20230521T020653Z
LAST-MODIFIED:20230521T020653Z
UID:19868-1684602000-1684605600@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe finished BookSystem.\nWe started with Android Tic-Tac-Toe android project.\n\nHomework\n\nNo class next week because of memorial weekend.\nNo homework
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-3/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230520T130000
DTEND;TZID=America/Los_Angeles:20230520T140000
DTSTAMP:20260512T081626
CREATED:20230603T053614Z
LAST-MODIFIED:20230603T053614Z
UID:20077-1684587600-1684591200@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe made sure when someone win\, the board is no longer clickable\nWe added code to handle if no one win (Tie).\nStarted Setting page.\n\nHomework\n\nNo homework next week and no class next week because of memorial day weekend.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-11/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T170000
DTEND;TZID=America/Los_Angeles:20230513T180000
DTSTAMP:20260512T081626
CREATED:20230514T010350Z
LAST-MODIFIED:20230514T010350Z
UID:19725-1683997200-1684000800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nBook.getInfo() needs to return String in the following format “Lord of The Rings by JRR Tolkien. Published on 1950. Price is $20. ID ABCD123”\nInside LibrarySystem\, add one more method “editBookPriceUsingList()”. This is very similar to editBookPrice()\, but use the bookList instead of the bookMap.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T170000
DTEND;TZID=America/Los_Angeles:20230506T180000
DTSTAMP:20260512T081626
CREATED:20230507T005253Z
LAST-MODIFIED:20230507T010059Z
UID:19621-1683392400-1683396000@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed basic Java syntax because to create any kind of games in Android you need to know the basic Java syntax.\nWe made sure everyone installed Android Studio.\n\nHomework\n\nContinue on LibrarySystem project and add code to enable\n\nAdd Book\nList all books
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230505T170000
DTEND;TZID=America/Los_Angeles:20230505T180000
DTSTAMP:20260512T081626
CREATED:20230506T005707Z
LAST-MODIFIED:20230506T005707Z
UID:19601-1683306000-1683309600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about how to fix up errors and be able to see what is wrong with the code.\nStarted the Email Application project\n\nFor Homework:\n\nCreate a new method for the Email Application\, where you are able to add in the email into a map.\nThere should be an Email Account class and it will have 3 attributes\, name\, email\, and password.\nInside it\, make sure to create a constructor\, along with its getters and setters.\nAlso\, create a method called getInfo\, which will print out all of the information for the user. “<name> – <email>”\nBelow is an example of what add new email should look like.\n\n    ADD NEW EMAIL\n1. Enter your name: Alex\n2. Enter your email: alexlee@ayclogic.com\n3. Enter your password: 1234\n    You have successfully created an email account for Alex
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230429T130000
DTEND;TZID=America/Los_Angeles:20230429T140000
DTSTAMP:20260512T081626
CREATED:20230429T213329Z
LAST-MODIFIED:20230429T213329Z
UID:19390-1682773200-1682776800@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe implemented RESET GAME button.\nWe added tag to each of the boxes.\nWe started working on checkForWinner() method.\n\nHomework\n\nIn the class today\, we added code to check for winner for all horizontal rows. After we found a winner\, set statusBarLabel UI component to “We have a winner”.\nAdd code to check for winner in all vertical rows and if a winner is found\, set statusBarLabel UI component to “We have a winner”.\nAdd code to check for winner in all diagonals and if a winner is found\, set statusBarLabel UI component to “We have a winner”.\nMy latest code can be found in here.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-8/
CATEGORIES:Android Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230427T190000
DTEND;TZID=America/Los_Angeles:20230427T200000
DTSTAMP:20260512T081626
CREATED:20230428T031118Z
LAST-MODIFIED:20230428T031118Z
UID:19366-1682622000-1682625600@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finish up the TemperatureConverter project by adding in the other headers and also figuring out how to change the equation based on the conversion type.\nAlso looked over the practice exam for Driver System.\n\nFor Homework:\n\nGo take the practice exam at the link here: https://forms.gle/cbbTkdGB4vkcXf1h9\nMake sure to finish it before the next class\, preferably a few days before so I get the chance to grade it and go over any errors during the class.\nThe final exam will be the week after we finish reviewing the practice exam.
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T130000
DTEND;TZID=America/Los_Angeles:20230422T140000
DTSTAMP:20260512T081626
CREATED:20230422T205837Z
LAST-MODIFIED:20230422T205916Z
UID:19068-1682168400-1682172000@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nIn Tic-Tac-Toe project\, make the MainActivity “START GAME” button blue like the one in GameActivity and make the text size bigger.\nIf you have not done it\, in GameActivity\, change the “player1Score” and “player2Score” ui components text according to the name that user entered in MainActivity.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-7/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T120000
DTEND;TZID=America/Los_Angeles:20230422T130000
DTSTAMP:20260512T081626
CREATED:20230422T195956Z
LAST-MODIFIED:20230422T195956Z
UID:19066-1682164800-1682168400@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Tic-Tac-Toe game\nIn MainActivity.java\, when user click on the Start Game button\, get the player 1 name and player 2 name and print it to the console. You might have to look at Temperature Converter program to see how to do this.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230421T170000
DTEND;TZID=America/Los_Angeles:20230421T180000
DTSTAMP:20260512T081626
CREATED:20230422T005831Z
LAST-MODIFIED:20230422T005831Z
UID:19056-1682096400-1682100000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about HashMaps and how to store the information.\nUnderstood about the keys and values with it\nStarted the RestaurantMap project\n\nFor Homework:\n\nFirst\, create a new class in the package called “Restaurant”\nIt should be created in the same way that you did Student and Teacher in the SchoolSystem\nIt has four attributes\, name\, age\, founding year\, and cuisine.\nMake sure to create a constructor\, getters\, and setters.\nOnce complete\, go back to the add method in the RestaurantMap and create the Restaurant.\nAfter creation\, store it inside a hashmap that you have to create. The key would be type String and the value would be type Restaurant
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230420T190000
DTEND;TZID=America/Los_Angeles:20230420T200000
DTSTAMP:20260512T081626
CREATED:20230421T025610Z
LAST-MODIFIED:20230421T025610Z
UID:19043-1682017200-1682020800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the TemperatureConverter project\nAdded in the temperature spinner listener\nLearned about the resources\n\nFor Homework:\n\nBe able to change it to Celsius to Kelvin as the header.\nAlso figure out how to pass the information of the conversion type to the convert button on click.\nSo that when you change the spinner option\, it should also change the formula and the result.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T130000
DTEND;TZID=America/Los_Angeles:20230415T140000
DTSTAMP:20260512T081626
CREATED:20230415T211411Z
LAST-MODIFIED:20230415T211822Z
UID:18949-1681563600-1681567200@www.ayclogic.com
SUMMARY:1 PM - Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Tic Tac Toe android game.\nWe learned how to use SharedPreference to pass information from one page to another page inside the app.\nWe displayed the first player’s name into Game Activity statusBarLabel ui component.\n\nHomework\n\nset “player1Score” label with first player’s name\, the one that user enters in the landing page.\nset “player2Score” label with second player’s name\, the one that user enters in the landing page.\nafter every click on the board\, change the statusBarLabel to show whose turn is it? If player 1 is “Gamas” and player 2 is “John”\, then the statusBarLabel need to show “Gamas’ Turn” when the game starts. After Gamas click on the board\, the statusBarLabel need to show “John’s turn” etc. You need to do this inside GameActivity.onClick(View view) method.
URL:https://www.ayclogic.com/event/1-pm-python-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
END:VCALENDAR