Home > Net >  How to declare a class to find a view by ID in android studio?
How to declare a class to find a view by ID in android studio?

Time:02-10

im trying to write this class that finds a view by id and stores the result in one CheckBox Variable:

private void findViewById(CheckBox checkB, int i) {

    checkB = findViewById(i);

}

any ideas?

CodePudding user response:

  •  Tags:  
  • Related