Here is my simple code
@Override public void onClick(View v) { try { double price = Double.parseDouble(ePrice.getText().toStr
Use NumberFormater like
NumberFormat myformatter = new DecimalFormat("########"); String result = myformatter.format(yourValue);