1. Name and define three ways in which the Android platform is more open than iOS (iPhone). Which of these is key to why App Inventor was developed for Android?
Android is more open than iOS in the following ways:
Android's open distribution is the key reason why App Inventor was developed with Android instead of iOS. It allows students to build samples and unrefined apps and share them with other students, their teacher, their family and friends, etc.
2. Sketch the blocks for an app that has the following qualities:
You'll need the following blocks:
3. In the following blocks, circle and label the following:
All the blocks, together, are an "event handler".
Define the term parameter in the context of an App Inventor app.
The parameters of a function provide the information the function needs to perform its job, e.g., how long should the phone vibrate, or how big a circle should be drawn.