What This Document Is
This is an activity guide for Unit 4, Lesson 4 of the Corporate Laws (BLAW2001) course at Miami Technology & Arts University. Specifically, it focuses on the practical application of variables within a coding context, using a “Photo Liker App” as the working example. It’s designed as a hands-on exercise for students to build and test code.
Why This Document Matters
This activity guide is intended for students enrolled in BLAW2001 who are learning about programming concepts. It’s used during a lesson to reinforce understanding of how variables are used to store and manipulate data within an application. It exists to bridge the gap between theoretical knowledge of variables and their practical implementation in a simple app development scenario.
Common Limitations or Challenges
This document provides a framework for *building* an application, but it does not offer comprehensive coding instruction. Students are expected to already have a foundational understanding of coding principles. It also assumes access to the pre-built screen elements for the Photo Liker App.
What This Document Provides
The full document includes: a description of the Photo Liker App, a planning table for event handlers (upButton, downButton, commentButton), a table defining the variables needed (allLikes, allComments, newComment), and a rubric outlining expectations for code quality, commenting, and functionality. This preview only provides a summary of these elements; the actual code and detailed explanations are within the complete activity guide.