I have 64 image view in android studio and I don't want to define them one by one like this:
ImageView iv11 = findViewById(R.id.iv11);
id of ImageViews start by iv11 (the first number is row and second col) and end with iv88 is there any way to define all of them together?