I am getting the title from an RSS feed and displaying it using an array adapter. How can I replace a special character with an empty space? Can anyone help on this?
ArrayAdapter<String> itemList = new ArrayAdapter<String>(this, R.layout.cricketlist, item);