What We Did Today: Learnt an overview of the structure for android applications, with activity_main.xml and MainActivity.java Learnt how to add elements to the app and adjust their attributes Learnt about constraintsRead More...
What We Did Today: Continued Temperature Converter project in Android Studio, learning how to extend functionality of buttons Homework: Continue your Driver System final exam practice if you aren't done with itRead More...
What We Did Today: Started on the Monster Inheritance project, implement all functionalities except for the play method(). Homework: Create the start of the play() method. After printing out the header "ADDRead More...
What We Did Today: Continued the Temperature Converter project in Android Studio, implementing the conversion from Fahrenheit to Celsius Learnt about the structure of android applications with manifests.xml and strings.xml, a resourceRead More...
What We Did Today: Continued the monster inheritance program, highlighting how to use inheritance on a class using the "extends" keyword. Created the magic attack method as well as made the playerRead More...
What We Did Today: Continued the Monster Inheritance Project, implementing the play method for attacking and healing the monsters. Introduced Inheritance in Java through the magic attack system. Homework: Submit your codeRead More...
What We Did Today: Added a Spinner element for the drop down menu to change conversion types Successfully implemented a way for us to grab the items selected from the spinner andRead More...
What We Did Today: Continued the Temperature Converter project in Android Studio, implementing a spinner class to change the conversion types Homework: None this week! Notes: If you have any questions, youRead More...
What We Did Today: Setup android studio for running android applications Homework: None ! Notes: You can email me at ddjapri@ayclogic.com if you have any questions!
What We Did Today: Continued the Monster Inheritance Project, implementing inheritance in the magic attack system for immunity. Homework: Submit your code to the google drive when you are finished! Create aRead More...
What We Did Today: Finished the temperature converter class, fully implementing the spinner class. Homework: None this week! Notes: If you have any questions, you may reach out to me at ddjapri@ayclogic.com.
What We Did Today: Changed what happens when we select an item from the drop down menu, changing elements on our screen, as well as back end calculations. Homework: Notes: If youRead More...
What We Did Today: Fully implemented the spinner class and finished Temperature Converter Project. Homework: Study for your final exam next week! Focus on MonsterInheritance as well as the Taxi Driver system.Read More...
No Class Next Week due to Holiday! What We Did Today: Explored android studio, how the two main files (activity_main.xml and MainActivity.java works) Next time we meet, we will utilize the ID'sRead More...
Gamas Sub Today We Did We installed Android Studio We started Temperature Converter project. Homework Make changes to activity_main.xml file so you can have a user interface similar to below