7 PM Intro to Java – Alex
Today We Did: We learned about how to use while loops and how to create a while loop that goes on forever. Also learned how to use != and how to getRead More...
Today We Did: We learned about how to use while loops and how to create a while loop that goes on forever. Also learned how to use != and how to getRead More...
Today We Do We were able to make MainActivity.java change the sourceTempLabel name from Fahrenheit to Celcius and convertedTempLabel from Celcius to Fahrenheit when user change the spinner. Homework When we changeRead More...
Today We Did: We learned about how to use a scanner and how to use if and else if statements. Also briefly covered how to create a list and get items. ForRead More...
Today We Did: Learned more about how to use Lists and create them Also understood how to create and use for loops using index and how we can use for loops andRead More...
Today We Did: Today we learned about how to use random Everyone took their turns in creating the AYCLOGIC Adventure game which used random damage. For Homework: Create a new file titledRead More...
Today We Do We learned how to clear the sourceTempTextField and convertedTempTextField when user select a drop down menu. We learned how to deploy your application to an Android phone by generatingRead More...
Today We Do We reviewed EmailApplication, SchoolApplication. We reviewed Map and List. We learned that a class can have additional method aside from getter and setter. We added EmailAccount.age and learn howRead More...
Today We Do We continued with Temperature Converter application We changed the header according to the selected conversion type. We changed the conversion formula according to the selected conversion type Homework ClearRead More...
Today We Did: We reviewed the School System project by going through how to change findStudent() into a return method and how to use it. We also implemented it into the editStudent()Read More...
Today We Do We were able to get the temperature that user enter in the originalTempField. We were able to copy the temperature that user enter in the originalTempField into convertedTempField. HomeworkRead More...