java - Change string place android studio -
i've got:
txtlistchild.settext(preferenceconnector.readstring(_context, preferenceconnector.countrysymbol, " $") + offeramt /*+ " " + this._listdataheader.get(groupposition)*/);
which giving example pln50. how change it, 50 pln?
please me guys!
change order in string
s concatenated:
txtlistchild.settext(offeramt +" "+ preferenceconnector.readstring(_context, preferenceconnector.countrysymbol, "$"))
Comments
Post a Comment