Today We Did We continued with EmailApplication program We added EmailMainApplication.createEmailMessafe(EmailAccount) Homework Inside EmailMainApplication.checkInbox(EmailAccount) display email message from emailMessageMap. To test your code, login using one account l(et say gamas@ayclogic.com) and sendRead More...
Today We Did We continued with SchoolSystemUsingMap project. We added Student.getInfo() method to return information about student. We added Find Student by First Name feature. We don't use for loop to find somethingRead More...
Homework Continue with Monster Inheritance, add heal monster feature. Please select from one of the following 1. Add new monster 2. List all monsters 3. Play the game Enter your selection (enterRead 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".