CST338 April Week 7/8
Reflecting on the HW1 assignment, I realize that, with the knowledge I have now, I would have conducted research before diving in. This proactive approach proved invaluable, and I plan to adopt it for all future projects. My first victory was configuring the debugger so I could step through my code and inspect variables line by line. That hands-on insight was a major leap in sharpening my programming skills and made tackling homework far more manageable. My second victory was actually finishing the assignments, even when I started them at the last minute. By drawing on what I’ve learned both in class and from my own experience, I’ve been able to deliver on time, and seeing that success has really boosted my confidence. I’ve become much more proficient with Room for local data persistence, I can define @Entity classes, create DAOs, and configure a RoomDatabase so that storing and querying structured data is both clean and type-safe. I’ve also mastered view binding, which allows me to ac...