Accounting Format Library
Edittext and TextView Accounting format (IDR, USD and Custom)
youtube : https://youtu.be/nLXjihhx_sk
to use
//this use for edittext auto format like 1000 => 1,000 etc just type any number
android:id="@+id/counting"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/oke" />
to get number only without node, just call<br/>
counting.getNumber();
//this text view have any methode
android:id="@+id/hasil"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
//hasil.convertToIDR(); => input from Edittex,TextView and String
//hasil.convertToDollar();=> input from Edittex,TextView and String
//hasil.convertCustom();=> input from Edittex,TextView and String
//hasil.convertCustom("USD", data);//input from Edittext
//hasil.convertCustom("USD", hasil);//input from TextView
//hasil.convertCustom("USD", "1234345");//input from String data
for help
Email : congfandi@gmail.com
facebook : facebook.com/congfandii
whatsapp : +62878 5060 3836