Create new utilities : Currency Converter
See original GitHub issueWhat to do?
-
Go to
utilities
from the navigation drawer -
Add a new section to it
Currency converter
-
On clicking that, open a new activity
-
Show UI something like this
-
The country names can be a spinner. Keep the textbox below first country name to be editable. When value changes in that box, correspondingly change the value in text box below second country name.
-
Don’t add the last updated field, API doesn’t provide that yet
-
Show no internet animation, in case of no internet
Getting list of currencies & currency code in java
https://stackoverflow.com/a/3537085/3623128
Endpoint to use
get-currency-conversion-rate/<str:source_currency_code>/<str:target_currency_code>
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
How I Built a Simple Currency Converter App - Medium
Hello, In this article, I will show you how to build a very simple currency converter app that lets you convert figures from...
Read more >Install - Currency Converter - Google Workspace Marketplace
To get started, open your document and select any item in the menu "Add-ons" | "Currency Converter". Functions: 1. CurrencyConverter Converts a given...
Read more >Currency Converter in Python - GeeksforGeeks
Let's see a Python program to convert the currency of one country to that of another country. To use this service, one must...
Read more >PeopleSoft Currency Conversion Utility PeopleBook for ...
Before you run the Currency Conversion Utility process to convert your base operating currency, you must set up your system for the new...
Read more >Changee: Currency Converter on the App Store
Download Changee: Currency Converter and enjoy it on your iPhone, iPad, and iPod touch. ... Are you traveling or planning a trip abroad?...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure. The UI doesn’t need to same as the one in the description. It can vary.
Yes it will be listview with items having icon and country name on it. Oh i didn’t notice that, we can use that.