American Young Coder

AYC logo

1 PM – Intro To Java – Alex

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...

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...

7 PM – Intro To Java – Gamas

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...

9 AM – Intro To Java – Gamas

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.

12 PM – Intro To Java – Gamas

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...

1 PM Intro to Java – Alex

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...

7 PM Intro to Java – Alex

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.

7 PM – Intro To Java – Gamas

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...

9 AM – Intro To Java – Gamas

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...

12 PM – Intro To Java – Gamas

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...