7 PM – Intro To Java – Gamas
Today We Do We went over how to get text from one EditText and set a text to another TextView. We learn more about Android ConstraintLayout. Homework Convert the value that youRead More...
Today We Do We went over how to get text from one EditText and set a text to another TextView. We learn more about Android ConstraintLayout. Homework Convert the value that youRead More...
Today We Do We reviewed the practice quiz result about List, Bird class. Homework In your Email Application project go to EmailAccount.java class. Add one more attribute, String phone number. Add thisRead More...
Today We Do We learned about creating Android App We learned how to add button We learned how to add TextView We learned how to add EditText We learned about Android ConstraintRead More...
Today We Did: We continued by creating the Teacher class with all its attributes. Also, add in createTeacher() and how to list all the students out when asked to. Also, we learnedRead More...
Today We Did: We covered how to use for loops with index. Talked about how we can nest for loops into other for loops and also that we can put if elseRead More...
Today We Do We continued with Temperature Converter application. We added the conversion type drop down menu (spinner). We added a listener to the drop down menu. Homework Inside src/res/values/strings.xml, add oneRead More...
Today We Do We continued with EmailApplication program. We enabled the application to have more than one email message. Homework Next week is memorial day weekend, so no class. Review everything inRead More...
Today We Did: We continued with the School Application project. Added in how to find the student and edit the student. Discussed how to use getters and setters in the method. ForRead More...
Today We Do We continued on Android Temperature Converter project. We added Fahrenheit label, originalTemperatureTextField. We learned about Android ConstraintLayout. Homework Make your Android Temperature Converter project like below
Today We Did: We learned about variable datatypes Talked about String, int, and doubles Also covered how to get user input using string For Homework: Create a new java class VariableDatatypesHomework.java YouRead More...