9 AM – Intro To Java – Gamas
Homework Continue on your Android Temperature Converter project. Add "Celcius" header on top right of the app. Change the id to "convertedTempHeader". Underneath, add a text field. Change the id to "convertedTextField".
Homework Continue on your Android Temperature Converter project. Add "Celcius" header on top right of the app. Change the id to "convertedTempHeader". Underneath, add a text field. Change the id to "convertedTextField".
Today we did: Went over the review sheet in depth Trivia style questions for more practice for the quiz Homework Study for the quiz!!! I strongly recommend doing practice problems and usingRead More...
Homework If you did not do your homework last week or 2 weeks ago or 3 weeks ago, please do them. Create a new file Sep10_IfElseHomework2.py Answer questions from page 84 andRead More...
Homework Continue on Birdie Mobile game. In main_activity.xml, add the setting button (using gear.png image). When this button is clicked, bring to SettingActivity. This is very similar to when you click theRead More...
Today We Did: We reviewed the practice test that you guys did over the week for homework. Got through half of the questions and the rest will be covered next week. ForRead More...
Today We Did String functionalities: .title(), .upper(), .lower() Formatted strings: f"" Removing end spaces: .rstrip(), .lstrip(), .strip() Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the followingRead More...
Today We Did We learned about For Loop in Range. We learned about While Loop We learned about +=, -=, *=, /= shortcuts Homework Create Sep10_WhileLoopHomework.py Inside the file copy codes fromRead More...
Today We Did String functionalities: .title(), .upper(), .lower() Formatted strings: f"" Escape keys: \n \t Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the following by yourself:Read More...
Today: Add logo to landing page Add score text Worked on logic to make play button clickable Homework: Show clouds and birds on the landing page If you have any questions, pleaseRead More...
Today we: Reviewed the Final Test Started the Spaceship 2.0 project Added the Fireball sprite Changed the direction the Fireball sprite is facing Created a Fireball clone when the space key isRead More...
Today We Did We started doing Saturn Sword custom weapon. But we were stuck, we were not able to display the Saturn Sword in the combat section properly. Homework Fix the SaturnRead More...
Today We: Reviewed the Homework Continued the Shopping cart V3 project Added the items to the list instead of the name Finished the Shopping Cart V3 project Your HW: Create a newRead More...
What we did today We continued to work on the Unicorn/Alicorn drawing. We added the base colors. We colored in details for the mane. We darkened the hooves, wings, and ears, withRead More...