CST 338 Week 6

 

WELCOME TO WEEK 6

Project 02: Part 02

    This week, We learned about the importance of threads (background tasks) that are the smallest unit of work that are managed by the schedule of the OS. The thread takes the information and divides it in order for users to interact with them as well as the CPU. 
    We also learned about inner classes. There are three type of inner classes:
        1. Non-static Inner classes
        2. Static Inner Classes
        3. Anonymous Inner classes


It turns out that we have been using anonymous classes with the GymLog videos. When we use the onClick inside on onCreate. Using inner classes are good for Encapsulation and Security. 
    I also learned how to create Alert Dialogs, which will be very useful when creating the project. I will be working with Edward to create an application I had in mind. An Application that can track things like water, weight, calories, etc. We are still developing a plan on what to add to the project. 

Comments

Popular posts from this blog

CST 300 Week 4

CST 300 Week 3

CST 300 Week 1