6:30 PM – Intro To Java – Darin
No Class Next Week due to Holiday! What We Did Today: Explored android studio, how the two main files (activity_main.xml and MainActivity.java works) Next time we meet, we will utilize the ID'sRead More...
No Class Next Week due to Holiday! What We Did Today: Explored android studio, how the two main files (activity_main.xml and MainActivity.java works) Next time we meet, we will utilize the ID'sRead More...
Gamas Sub Today We Did We installed Android Studio We started Temperature Converter project. Homework Make changes to activity_main.xml file so you can have a user interface similar to below
Today We: Did our final exam!
What We Did Today: Learnt how to grab an element by its id using findViewById(). Utilized ID's to change the text of other elements on our screen Implemented the math to convertRead More...
Today We Did: Continued in Android Studio, implementing the function for the convert button. Learnt how to grab UI elements in code by id, and manipulate them using getText and setText. Homework:Read More...
What We Did Today: Reviewed the final exam in anticipation of the retake. Homework: None this week! Prepare for your retake exam, and you can practice by going over the Bank SystemRead More...
What We Did Today: Implemented the spinner class, learning about listeners, attaching the listener to our MainActivity program, to change appearances of our application. Implemented the functionality to change the headers. NextRead More...
Today We Did: Continued in Android Studio, reviewing the homework to implement the math. Added elements to the spinner and learnt about listeners. Attached the listener to the spinner to check forRead More...
What We Did Today: Completed the temperature converter project, implementing the math change, as well as debugging a couple things. Homework: Do the practice final exam sent to your emails! It isRead More...
Today We Did: Continued in Android Studio, implementing the rest of the spinner conversion types. Changed the headers when selecting an item from the spinner (drop down menu) Next week we willRead More...