Hello everybody,
I have a problem that I can not find the solution to in the forum.
I use EditText for user input of a name and a password. Users can use letters and numbers. So the inputtype is 'text'.
But if a user writes "12345678" for example then the string will be transformed to "1.23457e+07".
But I need the original input string. How can I do that.
Thank You.
I have a problem that I can not find the solution to in the forum.
I use EditText for user input of a name and a password. Users can use letters and numbers. So the inputtype is 'text'.
But if a user writes "12345678" for example then the string will be transformed to "1.23457e+07".
But I need the original input string. How can I do that.
Thank You.