I have field on table as double (money data field), and i want to put it on Textview in format for example: money= 20.0 i want to show as: 20,0 or money = 190.25 i want to show as: 190,25
how to do that? this is my variable
txtTotalBill.setText(String.valueOf(total_bill));