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://indo.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...