Skip to content

Instantly share code, notes, and snippets.

View jeet-chanchawat's full-sized avatar

Jeet jeet-chanchawat

  • Bangalore
View GitHub Profile
@jeet-chanchawat
jeet-chanchawat / Common-Currency.json
Last active September 23, 2019 03:07 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
Handler handler = new Handler();
handler.postDelayed(new Runnable() {
@Override
public void run() {
//do anything
}