0
I’m creating a financial control app, it’s a college project, in the place where it shows the value in the form I made a Textview that to be clicked opens a Dialog where I created a custom keyboard to put the value, when the user adds the value and clicks ok the value passes to Textview exactly how the user passed the value,what I want to do is treat this value, but I do not know how to treat this value since I have always worked with C# and started now android, ex: if the user adds a value without comma I want it to be added to string ,00 . if user add an ex value: 15.5 want to add after 5 + a 0.
I believe that there is no problem the fate of being Textview, remains text, logic is the same
– Romão Gomes