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:20230812T170000
DTEND;TZID=America/Los_Angeles:20230812T180000
DTSTAMP:20260525T112243
CREATED:20230813T010259Z
LAST-MODIFIED:20230813T030832Z
UID:21073-1691859600-1691863200@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the GameActivity.addClickListenerToAllBoxes()\nWe started checkWinner() method.\nYou can view my latest codes in here: https://gitlab.com/gsugiart/android-tic-tac-toe/-/tree/SAT-5PM-Gamas/app/src/main/java/com/ayclogic/tictactoe?ref_type=heads\n\nHomework\n\nInside GameActivity.java\, inside checkWinner():\n\nAdd code to check the tag of the first column is the same with the tag of the 2nd column.\nAdd code to check the tag of the first column is the same with the tag of the 3nd column.\nAdd code to check the tag of the first column is NOT empty String.\nIf all three conditions above are met\, System.out.println(“We have a winner”).
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-8/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T180000
DTEND;TZID=America/Los_Angeles:20230812T190000
DTSTAMP:20260525T112243
CREATED:20230813T015523Z
LAST-MODIFIED:20230813T015523Z
UID:21075-1691863200-1691866800@www.ayclogic.com
SUMMARY:6 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added Setting page\, non-functional.\nWe created a new project first quiz to prepare for next week quiz.\n\nHomework\n\nNext week (08/19) is the 1st quiz.\n\nThe quiz is to create a simple Android app within 1 hour.\nPlease study: Tictactoe and TemperatureConverter.\n\n\nThe following week (08/26) homework\n\nMake the setting page functional\n\nWhen you click the blue gear icon in the main page\, make it switch the page from Main page to Setting page.\nInside Setting page\, save the Sound on and off inside the SharedPreferences. This is similar to what we did with saving first player and 2nd player names. And this is exactly what we did in Birdie Mobile game.\nPlay the music when user enters GameActivity page. Use the same music file from the Birdie Mobile game.
URL:https://www.ayclogic.com/event/6-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T120000
DTEND;TZID=America/Los_Angeles:20230819T130000
DTSTAMP:20260525T112243
CREATED:20230820T014400Z
LAST-MODIFIED:20230820T014400Z
UID:21192-1692446400-1692450000@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe did 1 hour quiz today.\n\nHomework\n\nPlease do homework assignment assigned last week https://www.ayclogic.com/event/6-pm-android-game-dev-gamas/\n\n 
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T130000
DTEND;TZID=America/Los_Angeles:20230819T140000
DTSTAMP:20260525T112243
CREATED:20230819T205722Z
LAST-MODIFIED:20230819T205722Z
UID:21166-1692450000-1692453600@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the quiz solution.\nWe started Magic8Ball project.\n\nHomework\n\nAdd “ASK” button on the bottom of the screen. Make the color blue. And make it constraint 32 from the bottom\, left and right the screen. Make it wide button as wide as the constraints allowed.\nWhen you click the ASK button\, change the image from YES image to NO image.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-14/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T170000
DTEND;TZID=America/Los_Angeles:20230819T180000
DTSTAMP:20260525T112243
CREATED:20230820T010217Z
LAST-MODIFIED:20230820T010253Z
UID:21187-1692464400-1692468000@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nInside GameActivity.java\, create a new method that replace code duplication in checkWinner() method. The new method needs to have method signature like this\n\n\nprivate ImageView getBox(int row\, int col)\n\n\n\nModify checkWinner() method to check the winner vertically. This is very similar to when we check the winner horizontally.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-9/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T130000
DTEND;TZID=America/Los_Angeles:20230826T140000
DTSTAMP:20260525T112243
CREATED:20230826T210145Z
LAST-MODIFIED:20230826T210145Z
UID:21310-1693054800-1693058400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to add alert dialog in Tic Tac Toe.\nWe continued on Magic 8 Ball.\n\nHomework\n\nOpen your old Intro To Java project\, learn how to create random number between 0 to 3.\nInside the method that is called when you click on the “Ask” button\, do the following:\n\nCreate random number between 0 to 3.\nif number is equal to 0\, display ball1.png\nelse if number is equal to 1\, display ball2.png\nelse if number is equal to 2\, display ball3.png\nelse display ball4.png
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-15/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T170000
DTEND;TZID=America/Los_Angeles:20230826T180000
DTSTAMP:20260525T112243
CREATED:20230827T010154Z
LAST-MODIFIED:20230827T010154Z
UID:21318-1693069200-1693072800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to store some values into Android SharedPreference\nWe learned how to get some values from Android SharedPreference\n\nHomework\n\nInside GameActivity.java\, use the p1Name and p2Name from the SharedPreference to change the 6 lines of codes where it is now using “Player1” or “Player2”.\n\nYou have to change the codes in the onCreate() and onClick methods.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-10/
CATEGORIES:Android Game Development,Java
END:VEVENT
END:VCALENDAR