How to add commas to number on different devices?

  • Replies:0
itay lael
  • Forum posts: 3

Mar 22, 2013, 1:31:30 AM via Website

I develop in eclipse and I have a strange problem. i tried to add commas to number so i add this code:

1s = NumberFormat.getIntegerInstance().format(count);

I checked it on many different emulators and evreything work fantastic. Now I published the application and in some devices the comma just does not appear. Please help!

Reply