7 PM Intro to Java Alexander Lee
7 PM Intro to Java Alexander Lee
Today We Did: We went over how to get the user input by using Scanner Talked about how we use If Else statements Covered AND and OR usage Also talked about howRead More...
Today We Did: We went over how to get the user input by using Scanner Talked about how we use If Else statements Covered AND and OR usage Also talked about howRead More...
Today We Do We added the Fahrenheit TextView UI component. We added the sourceTemp EditText UI component. We added a new method onConvertButtonClick and wire it with the convert button. Homework ContinueRead More...
Today We Do We reviewed EmailApplication We continued EmailApplication by adding checkInbox. Homework Create a new Java Project. PracticeQuiz. Do exercises from https://docs.google.com/forms/d/1jmuWBAdD1bSY3voMhjxz2ql5Jh5obi3-xagR146hpIQ submit this Practice quiz on Friday night.
Today We Do We continued with MonsterInheritance project. We added meleeAttack feature and override monster.meleeAttack() inside dragon.meleeAttack() so Dragon is immune to meleeAttack. We also able to start Android Studio temperature converterRead More...
Homework: Change your Magic8Ball project to using the methods like how we did it for TellMeYourAgeOOP. a. The main method should only have two lines of code, creating the class and thenRead More...
For Homework: Create a new project called ForLoopListHomework.java Go to this page: https://www.ayclogic.com/java-list-forloop/ for the information on how to do the code.
Today We Do We went over how to get text from one EditText and set a text to another TextView. We learn more about Android ConstraintLayout. Homework Convert the value that youRead More...
Today We Do We reviewed the practice quiz result about List, Bird class. Homework In your Email Application project go to EmailAccount.java class. Add one more attribute, String phone number. Add thisRead More...
Today We Do We learned about creating Android App We learned how to add button We learned how to add TextView We learned how to add EditText We learned about Android ConstraintRead 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...
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...