1 PM Intro to Java – Alex
Today We Did: We continued by creating the Teacher class with all its attributes. Also, add in createTeacher() and how to list all the students out when asked to. Also, we learnedRead More...
Today We Did: We continued by creating the Teacher class with all its attributes. Also, add in createTeacher() and how to list all the students out when asked to. Also, we learnedRead More...
Today We Did: We covered how to use for loops with index. Talked about how we can nest for loops into other for loops and also that we can put if elseRead More...
Today We Do We continued with Temperature Converter application. We added the conversion type drop down menu (spinner). We added a listener to the drop down menu. Homework Inside src/res/values/strings.xml, add oneRead More...
Today We Do We continued with EmailApplication program. We enabled the application to have more than one email message. Homework Next week is memorial day weekend, so no class. Review everything inRead More...
Today We Did: We continued with the School Application project. Added in how to find the student and edit the student. Discussed how to use getters and setters in the method. ForRead More...
Today We Do We continued on Android Temperature Converter project. We added Fahrenheit label, originalTemperatureTextField. We learned about Android ConstraintLayout. Homework Make your Android Temperature Converter project like below
Today We Did: We learned about variable datatypes Talked about String, int, and doubles Also covered how to get user input using string For Homework: Create a new java class VariableDatatypesHomework.java YouRead 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...