1 PM – Intro To Java – Alex
Today We Did We continued with EmailApplication We added a check to see if user has any email messages or not in their inbox. We added the ability to contain more thanRead More...
Today We Did We continued with EmailApplication We added a check to see if user has any email messages or not in their inbox. We added the ability to contain more thanRead More...
Today We Did: Today we finished up the School System using Map project by going through adding, listing, and finding the Teacher. We also went through how to fix errors and theRead More...
Today We Did We finished Monster Inheritance project. We downloaded and install Android studio. We started Android App - Temperature Converter project. Homework No homework. Next week is labor day weekend, soRead More...
Today We Did: We continued with the EmailApplication and were able to finish the project. We were able to figure out the issue of why there was only one email at aRead More...
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...
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...
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".
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...
Today We Did: We continued with the Email Application project by adding in how to send an email and also receive it. We were working on how to send multiple emails insteadRead More...
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