-1
I would like that in the TextView where the value of "trees to restore" appears without a point or zeros. In the situation below appears "180.0000000" and should appear "180". Is he the type Double, and would like it to appear in Integer type. I have tried converting using the class method Format, class String, but nothing solved so far

And why would you do that? Any use of
doublefor monetary value is wrong: https://answall.com/q/219211/101.– Maniero