Hi guys,
I have 60 EditText Views.
On Each EditText_TextChanged
MyCalculation() method is triggered.
(very difficult and time consuming)
My question is: Is there an elegant way to avoid 60 times calling MyCalculation()
if all 60 EditText views are changed at once
(Just one call is needed).
Thank you
I have 60 EditText Views.
On Each EditText_TextChanged
MyCalculation() method is triggered.
(very difficult and time consuming)
My question is: Is there an elegant way to avoid 60 times calling MyCalculation()
if all 60 EditText views are changed at once
(Just one call is needed).
Thank you