question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create new utilities : Currency Converter

See original GitHub issue

What 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 screen shot 2018-07-17 at 3 03 04 pm

  • 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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Swati4starcommented, Sep 3, 2018

Sure. The UI doesn’t need to same as the one in the description. It can vary.

0reactions
santoshhiremanicommented, Sep 3, 2018

Yes it will be listview with items having icon and country name on it. Oh i didn’t notice that, we can use that.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found