Android Currency Converter using Yahoo Finance API (YQL) and implements Text change Listener.
The above REST Query is generated from YQL and returns data in JSON format. The curreny rates are updated each time the app is opened and connected to internet. The background task of updating the currency rates is done using AsyncTask. It also implements the new HttpURLConnection Android API over the deprecated ones (Android 6.0 release removes support for the Apache HTTP client).
The YQL used : SELECT * FROM yahoo.finance.xchange WHERE pair IN ("USDINR", "JPYINR")
Visit YQL Console : https://developer.yahoo.com/yql/console/