1 PM Intro To Java – Alex
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...
American Young Coder Academy – Indo
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...
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...