YogenGhodke
9/17/2019 - 4:07 PM

TextView to Integer Conversion and Updation

Applications in Counters


int a = Integer.parseInt(counter_name.getText().toString());

counter_name.setText(Integer.toString(a));