I have a bug, where only on HTC Evo 4g text in EditText shows up with underscores instead of spaces Jack_Johnson, instead of Jack Johnson. The data comes from a server.
How do I incorporate \u00A0 or   into the code below? Will that even fix my problem?
editName.setText(recipient.name);
Try this: