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.
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.
There's a web service that accomplishes what you're asking, and you can find a sample for HTTP GET on Android here.