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 strings concatenated:

txtlistchild.settext(offeramt +" "+ preferenceconnector.readstring(_context,                                       preferenceconnector.countrysymbol, "$")) 

Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -