I'm developing an Android app that calculates 3x3 arrays
so I have 18 EditText
, however if I want to multiply an array 2x3, 2x2, 1x2, etc. I would have to fill the fields the size of the array and leave the other fields with 0 and this would not change the result.
I made a condition for it to notify if the field is empty but it would be better to consider the empty field as "0" without requiring the user to fill in all fields