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 added saturn_sword to aycessentials mod. We added AYCLOGIC tab in minecraft inventory. Homework Using an image editor, change the jupiter_sword.png so it looks different than saturn_sword.png Make theRead More...
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...