Today We Did Reviewed Java Quiz Started MonsterInheritance project Explained final strings Explained nextInt() vs nextLine() + parseInt() Set up run() method Started addNewMonster() and Monster class Homework Continue working on MonsterInheritance:Read More...
Today We Did Finished implementing Sword attack Attack menu swordAttack() takeDamage() Explained inheritance (superclass, subclass): Created Monster.java Homework Continue working on MonsterInheritance: Check if the player has died. If so, return toRead More...
Today We Did Checked player death Implemented arrow attack Started implementing magic attack Added fire immunity to Dragon using an overridden method Homework Continue working on MonsterInheritance: Implement the magic attacks inRead More...
Today We Did Finished implementing takeMagicDamage() Used proper constructors when adding new monsters Implemented monster healing Homework Download and Install Android Studio! Link here: https://developer.android.com/studio Follow the default installation instructions. Once installationRead More...
Today We Did Set up Android Studio and started TemperatureConverter project Began customizing the UI with textViews and a button Homework Finish creating the UI for TemperatureConverter: Insert an EditText view beneathRead More...
Today We Did Added a fromTextField and toText field to show temperature values Started the onClickConvert() method to convert F to C Homework The code for today's lesson is uploaded here: https://drive.google.com/drive/folders/1Ftsx-CYnRf3_zP2ypCEGCDhjrX3PCWrY?usp=drive_linkRead More...
Today We Did Fixed Android Studio issues Reviewed last week's homework Homework Continue working on TemperatureConverter: Finish last week's homework if you haven't already: https://www.ayclogic.com/event/4-pm-intro-to-java-william-16/ Add additional temperature conversion options to theRead More...
Today We Did Added 3 conversion types to the application Created ConversionTypeListener.java to listen to changes in the Spinner Homework Continue working on TemperatureConverter: Catch up if you haven't already!! Our codeRead More...
Today We Did Continued working on Temperature Converter Swapped unit labels to match temperature conversion type (C --> F) Homework Continue working on TemperatureConverter: Change the unit labels according to the otherRead More...
Gamas Sub Today We Did We reviewed Magic 8 Ball homework and created 2nd version of Magic 8 Ball. We introduced the concept of methods in Java. Homework Create April17MethodHomework.java Create aRead More...