Advertisement

TrimwebsolutionsTrimwebsolutions

Problem and Solutions

How to add a character before editText in android ?

By M.K. Verma · 4 May 2022

How to add a character before editText in android ?

Simply

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