I have a problem with to show meter m2 in android. I can use SpannedBuilderString for setText in TextView and it work.
The problem is I want to show m2 in Number Picker like 50 m2 100 m2 but Number Picker only show String and I can't. Please help me fix that. Tks everyone.
Using Unicode Character makes it very easy :
First create an array with your values(this will go to the number picker)
Now use this method to create number picker with custom values:
And for the final step call this method: