Today We Do We finished MonsterInheritance project. We started Android project Temperature Converter app. We create an EmptyActivity project. We downloaded an Emulator. We added CONVERT button to the project. Homework NoRead More...
Homework Inside EmailApplicationMain.java, create Map<String, EmailMessage> Inside createEmailMessage(EmailAccount): after EmailMessage is created, store inside the new map that you just created. The key of the map is going to be sendTo email.
Today We Do We downloaded and install Android Studio We added an Android emulator Homework Continue with MonsterInheritance.java Add "4. Heal Player" feature. Add new class WaterGolem.java WaterGolem, should take no damageRead More...
Homework Continue on Apr30_TellMeYourAgeOOP.java Create a method provideAgeResponse. It has one parameter: String strAge. Inside the method it is supposed to convert strAge into Integer and provide different answers depending on theRead 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.