android display double number alzays with two digit with 00.0 code example
Example 1: android round double to 2 decimal
String.format("%.2f", d)
Example 2: android java convert double to 2 decimal places
String stringDecimal = String.format("%.2f, d");