Posts by Filipe Holanda • 3 points
1 post
-
0
votes1
answer420
viewsQ: Rounding numbers on Android
I am wanting to format numbering to only two decimal places after the comma, I am using the following code line NumberFormat formato = new DecimalFormat("0.00"); But my application’s minimum API is…