6 PM – Intro To Java
6 PM – Intro To Java
We started learning about Object Oriented Programming in Java. We learned about creating a new class Student. No homework.
We started learning about Object Oriented Programming in Java. We learned about creating a new class Student. No homework.
We continued with Student class We learned about access modifier: private, public, protected, default We learned about getter and setter Homework: Create a menu that will appear continuously inside SchoolMainApplication When userRead More...
We learned about ForLoop We learned about List Homework: There are 2 exercises in https://www.ayclogic.com/java-list-forloop/ Create a new Java file June5_ListForLoopHomework.java for the first problem. Create a new Java file June5_GameInventoryHomework.java forRead More...
We continued on SchoolApplication project. We completed Student menus We added the ability to add Student to the list. We added the ability to find a student in the list. Homework: CreateRead More...
We finished learning for loops We started learning while loops Homework: Create a new Java file June12_WhileLoopHomework.java Do exercises from here: https://www.ayclogic.com/java-exercise-while-loop/
We completed DriverSystem project. We started with Android Studio. No homework next week.
We completed School Application. We learned about Map and HashMap where we can store key, value pairs. Map is useful to search things quickly. Homework: During the class, we created June15_HashMap.java. WeRead More...
We continued learning about Java Map/HashMap: We learned how to check if a key exists inside a map by using "containsKey()" We enhanced SchoolApplication to use Map/HashMap to find teacher more efficiently:Read More...
1. We learned more about List How to get the number of elements inside List. How to loop through List using its index How to print list in reverse. 2. We learnedRead More...
Class Exercises We started learning about Android Mobile development We started by showing a simple "Hello World" on the screen. We added a button and an input text field. Now When "DoRead More...
What We Do Today We learned how to use Map/HashMap more in Java. We learned how storing data in Map/HashMap will not maintain the order in which the data is inserted. WeRead More...
Today We Do We continued with Random module. We learned how to generate random number given range of numbers. We created Magic8Ball_V2 which utilized List and random module. We started learning aboutRead More...
Today We Do We continued with Android First App, by adding two text fields (firstName and lastName) and when clicking "do something cool" button, it will get firstName and lastName values andRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.