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:20230819T170000
DTEND;TZID=America/Los_Angeles:20230819T180000
DTSTAMP:20260524T095303
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:20230819T130000
DTEND;TZID=America/Los_Angeles:20230819T140000
DTSTAMP:20260524T095303
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:20230819T120000
DTEND;TZID=America/Los_Angeles:20230819T130000
DTSTAMP:20260524T095303
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:20230812T180000
DTEND;TZID=America/Los_Angeles:20230812T190000
DTSTAMP:20260524T095303
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:20230812T170000
DTEND;TZID=America/Los_Angeles:20230812T180000
DTSTAMP:20260524T095303
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:20230708T170000
DTEND;TZID=America/Los_Angeles:20230708T180000
DTSTAMP:20260524T095303
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:20230624T170000
DTEND;TZID=America/Los_Angeles:20230624T180000
DTSTAMP:20260524T095303
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:20260524T095303
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:20230617T170000
DTEND;TZID=America/Los_Angeles:20230617T180000
DTSTAMP:20260524T095303
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:20260524T095303
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:20230610T170000
DTEND;TZID=America/Los_Angeles:20230610T180000
DTSTAMP:20260524T095303
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:20260524T095303
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:20230520T170000
DTEND;TZID=America/Los_Angeles:20230520T180000
DTSTAMP:20260524T095303
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:20260524T095303
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:20260524T095303
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:20260524T095303
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:20230429T130000
DTEND;TZID=America/Los_Angeles:20230429T140000
DTSTAMP:20260524T095303
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:20230422T130000
DTEND;TZID=America/Los_Angeles:20230422T140000
DTSTAMP:20260524T095303
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:20260524T095303
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:20230415T130000
DTEND;TZID=America/Los_Angeles:20230415T140000
DTSTAMP:20260524T095303
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T120000
DTEND;TZID=America/Los_Angeles:20230415T130000
DTSTAMP:20260524T095303
CREATED:20230415T193400Z
LAST-MODIFIED:20230415T195444Z
UID:18944-1681560000-1681563600@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nCreate bank_system.xml and represent the data from BankSystem.java (from the Intro to Java final test). It should have the following items\n\nbank_accounts map\ninside bank_accounts map would have a whole bunch of BasicBankAccount or PremiumBankAccount\n\n\nContinue on your TicTacToe android project. Add the Player2 label\, Player2 text field and Start Game button like below
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230401T130000
DTEND;TZID=America/Los_Angeles:20230401T140000
DTSTAMP:20260524T095303
CREATED:20230401T210204Z
LAST-MODIFIED:20230407T011400Z
UID:18749-1680354000-1680357600@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added click listener to all 9 boxes without doing code duplication.\nWe display circle image to the box that the user click.\n\nHomework\n\nNo class next week (04/08) because of Easter weekend.\nInside GameActivity.onClick(View view) method add codes\n\nwhen it is “player1” turn display cross image on the box.\nwhen it is “player2” turn display circle image on the box.\nAlso alternate “whichPlayerTurn” between “player1” and “player2”.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-6/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T130000
DTEND;TZID=America/Los_Angeles:20230318T140000
DTSTAMP:20260524T095303
CREATED:20230318T210232Z
LAST-MODIFIED:20230318T210232Z
UID:18552-1679144400-1679148000@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homeworks\n\nXML homeworks\n\nOpen your SchoolApplication or StudentApplication\nInside this project\, create a new XML file call it: school_application.xml\nRepresent student_list inside school_application.xml.\nInside student_list create at least 4 students.\n\nRepresent each of the student using the 3 different way we can represent a student. This is very similar on how we represent Monster 3 different ways in the class.\n\n\n\n\nContinue on your Tic Tac Toe\n\nchange the button inside activity_game.xml from “button” to “reset”.\nWhen you click on the reset button\, it will print “Game is reset” to the shell. This is very similar to activity_main.xml for “Start Game” button.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T120000
DTEND;TZID=America/Los_Angeles:20230318T130000
DTSTAMP:20260524T095303
CREATED:20230318T195456Z
LAST-MODIFIED:20230318T195456Z
UID:18550-1679140800-1679144400@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Dragon Birdie mobile app.\nSet game duration to 120 seconds.\nModify GameView.createBird() codes so the frequency of bird getting created increase as the time progress:\n\nWhen game duration is at 30 seconds\, increase the frequency the bird is spawn.\nWhen game duration is at 60 seconds\, increase the frequency the bird is spawn even more.\nWhen game duration is at 90 seconds\, increase the frequency the bird is spawn even more.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T130000
DTEND;TZID=America/Los_Angeles:20230311T140000
DTSTAMP:20260524T095303
CREATED:20230318T035600Z
LAST-MODIFIED:20230318T035659Z
UID:18535-1678539600-1678543200@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Tic Tac Toe.\nWe started adding the Tic Tac Toe board using Linear Layout\n\nHomework\n\nNo Homework
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-3/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T120000
DTEND;TZID=America/Los_Angeles:20230311T130000
DTSTAMP:20260524T095303
CREATED:20230318T064244Z
LAST-MODIFIED:20230318T064244Z
UID:18541-1678536000-1678539600@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue with Dragon Birdie mobile application.\nAdd High score feature.\n\nThe Highscore feature should be stored inside SharedPreferences. SharedPreferences is what we used to store sound on and off setting.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T130000
DTEND;TZID=America/Los_Angeles:20230304T140000
DTSTAMP:20260524T095303
CREATED:20230304T220042Z
LAST-MODIFIED:20230304T220042Z
UID:18338-1677934800-1677938400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nInside activity_game.xml\, add the component number 3\, 4\, 5 and 7.\nFor component 4\, just put start (left:32dp) and top constraint (8dp).\nFor component 3\, just put end (right:32dp) and top constraint (32dp).\nFor component 5\, just put end (right:32dp) and top constraint (8dp).\nFor component 7 (reset button)\, put top\, left (32dp) and right (32dp) constraint.\nWhen you click the reset button\, print something to shell (“Reset button is clicked”)
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T120000
DTEND;TZID=America/Los_Angeles:20230304T130000
DTSTAMP:20260524T095303
CREATED:20230304T205554Z
LAST-MODIFIED:20230304T205554Z
UID:18332-1677931200-1677934800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nWe are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp\nReplaced code inside GameView.update() to use Java switch.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-12/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T130000
DTEND;TZID=America/Los_Angeles:20230225T140000
DTSTAMP:20260524T095303
CREATED:20230225T220851Z
LAST-MODIFIED:20230225T220851Z
UID:18252-1677330000-1677333600@www.ayclogic.com
SUMMARY:1 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nInside activity_main.xml\, adjust player1Label and player2Label topConstraint so it will look vertically aligned with the player1Text and player2Text.\nInside activity_game.xml\, set the background image to background_img.png\n\n 
URL:https://www.ayclogic.com/event/1-pm-android-game-development-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T120000
DTEND;TZID=America/Los_Angeles:20230225T130000
DTSTAMP:20260524T095303
CREATED:20230225T205253Z
LAST-MODIFIED:20230225T205253Z
UID:18240-1677326400-1677330000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nEverytime the player kills a bird\, increase score by one.\nDisplay score in the top middle of the screen.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-11/
CATEGORIES:Android Game Development,Java
END:VEVENT
END:VCALENDAR