9 AM – Android Game Development With Java
Today We Do: We added sound effect when launching the fireball by using SoundPool. Homework No homework
Today We Do: We added sound effect when launching the fireball by using SoundPool. Homework No homework
Today We Do We finished reducing the player's health when attacking monster. We installed Android Studio. Homework In Monster inheritance. add the monster healing feature. Inside Monster.java, add a method called "heal(intRead More...
Today We Do We created Restaurant class with 3 attributes: name, type and capacity. We continued with RestaurantSystem, added 2 features: add new restaurant and list all restaurants. Homework Create getter andRead More...
Today We Do: We learn about Object Oriented Programming (OOP) where we use classes and methods. Homework Continue with the Jan15ObjectOrientedProgramming program. Make sure all of the features below are working PleaseRead More...
Today We Do We continued with SchoolApplication. We added add teacher and add student. We added getter methods for Student's attributes. We added List All Students feature to list all students thatRead More...