9 AM – Android Game Development With Java
Today We Do We learned how to use different type of bird images. There are 4 different types of Bird images bird0, bird1, bird2 and bird3. We randomize the bird images. WeRead More...
Today We Do We learned how to use different type of bird images. There are 4 different types of Bird images bird0, bird1, bird2 and bird3. We randomize the bird images. WeRead More...
Today We Do We learned how to change the temperature conversion formula. We learned how to reset the originalTemp EditText field and the conversionTemp TextView field whenever user change the conversion type.Read More...
One hour Java Quiz
Today We Do We reviewed March5_IfElseScannerHomework.java We went over List. We went over ForLoopForList or sometimes called For Each Loop. Homework Create a new Java file March12_ForLoopListHomework.java Do exercises number 1 andRead More...
Homework Continue with RestaurantSystemUsingMap.java Add the "2. Find Restaurant" feature. Example Please select from one of the following 1. Add Restaurant 2. Find Restaurant 3. List all Restaurants 4. Exit Enter yourRead More...
Today We Do We finished EmailApplication project. Homework Create a new Java file PetSystem.java Copy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.