Problem and Solutions
How to add a character before editText in android ?
By M.K. Verma · 4 May 2022

Simply
int num = 523;
String formatted = String.format("%011d", num);Advertisement
Problem and Solutions
By M.K. Verma · 4 May 2022

Simply
int num = 523;
String formatted = String.format("%011d", num);