I am setting text using setText() by following way.
prodNameView.setText(\"\" + name); prodOriginalPriceView.setText(\"\" + String.format(g
You can use this , it works for me
title.setText(MessageFormat.format("{0} {1}", itemList.get(position).getOppName(), itemList.get(position).getBatchNum()));