-1

I have a Spinner that gives country name, how to get country currency code in Android?

For example
United States America - USD
India - INR

In Spinner I have a list of country name.

twlkyao
  • 14,302
  • 7
  • 27
  • 44
user3125876
  • 21
  • 1
  • 5
  • Please check previous ans at http://stackoverflow.com/questions/18260767/get-the-currency-symbol-based-on-country – prabhat Jan 12 '14 at 02:49

1 Answers1

0

There's a web service that accomplishes what you're asking, and you can find a sample for HTTP GET on Android here.

Community
  • 1
  • 1
hd1
  • 33,938
  • 5
  • 80
  • 91