Here is my simple code
@Override public void onClick(View v) { try { double price = Double.parseDouble(ePrice.getText().toStr
You can try this DecimalFormat
DecimalFormat decimalFormatter = new DecimalFormat("############"); number.setText(decimalFormatter.format(Double.parseDouble(result)));