I am trying 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 the minimum API of my application is 15 and it's asking 24 to use this class, does anyone know of any other way to round and format numbering?