Questions
1. To make it easier later on to distinguish which button was pressed, how do we store the 9 buttons in code?
2. Which class responded to the button clicks?
3. Because of that choice, onClick must use getId() to distinguish between how many buttons?
4. What neat method did we use to programmatically generate IDs for each button?
5. How do we get debug output to the logs in our IDE?
6. What did we use for the first parameter of the Log.d() method?
2. Which class responded to the button clicks?
3. Because of that choice, onClick must use getId() to distinguish between how many buttons?
4. What neat method did we use to programmatically generate IDs for each button?
5. How do we get debug output to the logs in our IDE?
6. What did we use for the first parameter of the Log.d() method?