American Young Coder

AYC logo

7 PM Intro To Java – Alex Lee

Today We Did: We started with the Email Application project. Added in how to create the email account and also how to list out all of the email accounts. For Homework: InitializeRead More...

7:30 PM Intro To Java – Alex Lee

Today We Did: We continued with the Email Application project. Added in how to log in and the menu for it. For Homework: Follow the code below, by asking the user forRead More...

9 AM – Intro To Java – Gamas

Homework Continue on your Android Temperature Converter project. Add "Celcius" header on top right of the app. Change the id to "convertedTempHeader". Underneath, add a text field. Change the id to "convertedTextField".

1 PM Intro To Java – Alex Lee

Today We Did: We reviewed the practice test that you guys did over the week for homework. Got through half of the questions and the rest will be covered next week. ForRead More...

9 AM – Intro To Java – Gamas

Homework Homework convert from Fahrenheit to Celcius. Convert sourceTemperature to Integer Formula - (F − 32) × 5/9 = Celcius Display the celcius in the system.out.println

1 PM Intro To Java – Alexander Lee

Today We Did: We finished up reviewing the practice quiz today Went over how to create the animal and also animal system. Talked again about how to create a method with aRead More...

9 AM – Intro To Java – Gamas

Today We Did We continued with Temperature Converter Android app project. We get Fahrenheit from one text field, converted into Celcius and set it to another text field. We added the spinnerRead More...