9 AM – Android Game Development with Java
Today We Do We added code to make sure when user touch the screen with 2 hands, both the up and down and launch fireball buttons can be active concurrently. We addedRead More...
Today We Do We added code to make sure when user touch the screen with 2 hands, both the up and down and launch fireball buttons can be active concurrently. We addedRead More...
Today We Do We continued with our Temperature Converter android application project. We added some options/items for our spinner. We made the conversion result text to TextView so it would be non-editable.Read More...
Today We Do We completed "How old are you?" project. We started "Intro To List" project. Homework Create a new project "<NAME> - Movie Ticket Price". In this project, you should askRead More...
What we learned today We went over how the Birthday Card project worked We started working on our custom Birthday Card for our Mom. Homework (For those who didn't) Replace the buttonRead More...
Today We Do We continued with our Email Application. We added login feature. We started LoginMenu. Homework Create a new class EmailMessage with the following attributes: senderEmail, sendToEmail, subject, content. Inside EmailApplication.java,Read More...
Today: We went over how to add the iron walls. We reviewed how we pointed the bullet in the correct direction. We moved the bullet in the direction the turret is facing.Read More...
Today We Did We continued with the Cheese Chase project Talked about my blocks Added in ghost and fixed the maze For Homework Do from pages 56-57 for homework.
Today We Do We reviewed 2nd Quiz result. Homework Review the quiz solution and come up with questions. Create Feb19_ListAndFunctionHomework.py Do exercises in https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ .
Homework Add initializeTeachers method so it will automatically add 3 teachers. Please create 2 of the teachers who is 60 years old or older. This is very similar to initializeStudents method. CompleteRead More...
Today We: Reviewed the practice test Reviewed what to study for the test Your HW: Study for the Final Test that is Next Week Important Projects: Animal Race Shapes in Grid AnimalRead More...
Today we: Continued the Cheese Chase project Used my blocks to shorten the amount of codes we used to make the mouse move Added the Beetle sprite Coded the Mouse and BeetleRead More...
Today We Did: Changed Grocery System to use Dictionaries Homework: Do Page 158 to 161 and Page 162 - TRY IT YOURSELF from the textbook in a file called Feb19_ClassHomework.py If youRead More...
Today we: Learned how to use "broadcast" and "When I Receive" to code the background to play music when a sprite reaches a specific x-value Continued the Birthday card project Use "broadcast"Read More...
Homework Continue with Email Application. If user enter wrong password, print "You have entered a wrong password." If user enter the right password, continuously display this menu until user enter 3 forRead More...
Today We Do We continued with Feb12_Hangman.py We added question marks to give clue how many letters inside the secret_word. We display health symbols according to the number of health we have.Read More...