I'd like the value of "trees to reset" to appear with no point, nor zeros. In the situation below appears "180.0000000" and should appear "180". It is of type TextView
, and would like it to appear in the Integer type. I have already tried to convert using the method Double
, of class Format
, but nothing solved so far