I am new to java dev. I want to add numbers in an editText.
i.e if user types in 15 in editText, it should add the numbers 1 + 5 giving the result 6.
Is there a function for it in java. In C# it is ToCharArray() but I don’t know what it’s called in java.
Thanks
I am new to java dev. I want to add numbers in an editText.
Share
you can use