Question: Create a utility method that enables all answer buttons. You may have the following variables, objects, or methods: int row, guessRows, LinearLayout guessRow, guessLinearLayouts[], int

Create a utility method that enables all answer buttons. You may have the following variables, objects, or methods: int row, guessRows, LinearLayout guessRow, guessLinearLayouts[], int i, guessRow.getChild Count(), guessRow.getChildAt().setEnabled() private void enableButtons() { // your code } Create a utility method that enables all answer buttons. You may have the following variables, objects, or methods: int row, guessRows, LinearLayout guessRow, guessLinearLayouts[], int i, guessRow.getChild Count(), guessRow.getChildAt().setEnabled() private void enableButtons() { // your code }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
