You are required to create a currency rate conversion app. The app should ask you for three things; the
amount
you need to convert
from
a currency
to
another currency.
You are required to create a currency conversion app by using the API called exchangerate-api.
langugae: java, android app
desired outputs:-
"time_last_update_utc":"Sat, 13 Mar 2021 00:00:02 +0000",
"base_code":"USD",
"target_code":"PKR",
"conversion_rate":156.5685,
"conversion_result":1878.822
Extracted text: The API will return a response similar to the following JSON: "result":"success", "documentation":"https://www.exchangerate-api. com/docs", "terms of use":"https://www.exchangerate-api.com/terms" "time_last_update_unix" :1615593602, "time_last_update_utc":"Sat, 13 Mar 2021 00:00:02 +0000", "time next update unix":1615680017, "time next update utc":"Sun, 14 Mar 2021 00:00:17 +0000", "base_code":"USD", "target code":"PKR", "conversion_rate":156.5685, "conversion result":1878.822