Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janemils/vietnam-currency-converter
Code for Android App, that converts Vietnamese Dong to Indian Rupee and the US dollar and vice-versa.
https://github.com/janemils/vietnam-currency-converter
androidstudio currency-converter java
Last synced: about 2 months ago
JSON representation
Code for Android App, that converts Vietnamese Dong to Indian Rupee and the US dollar and vice-versa.
- Host: GitHub
- URL: https://github.com/janemils/vietnam-currency-converter
- Owner: Janemils
- License: apache-2.0
- Created: 2023-09-11T18:08:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T18:27:14.000Z (over 1 year ago)
- Last Synced: 2023-09-12T03:07:01.240Z (over 1 year ago)
- Topics: androidstudio, currency-converter, java
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vietnam-Currency-Converter Version 1.0
Code for Android App, that converts Vietnamese Dong to Indian Rupee and the US dollar and vice-versa.
Just created this project to use the app for the currency conversion [Typical Indian Behaviour, to satisfy the Indian in me! 😊] for my vacation to Vietnam. Wanted an app, that can be used when offline, as network was not really reliable.
You can clone the code in Android studio and run them as it is to observe, the different currency conversion.By default, you'll open the app to the INR to VND or USD conversion.
![INR-VND-USD](https://github.com/Janemils/Vietnam-Currency-Converter/assets/143650941/efad765e-f3f4-43f2-980a-f7add6aa4835)Before Proceeding, do click on settings and set the current global conversion rates.
![image](https://github.com/Janemils/Vietnam-Currency-Converter/assets/143650941/2095d33f-895c-40c5-97d3-c8c1981dcde1)
Now you can play around with the conversion. You can choose the various conversion option as displayed in the dropdown.
![image](https://github.com/Janemils/Vietnam-Currency-Converter/assets/143650941/eb0dd260-863b-40d0-bcf3-24302c4f5f87)You can do the conversion. In the screenshot, I converted INR to VND.
![image](https://github.com/Janemils/Vietnam-Currency-Converter/assets/143650941/6b7bef02-0fce-4007-aaf7-6674aad4cc46)You can customize it according to your preferences and play around with it.
**NOTE: I Referred to "https://github.com/SarmadPervaizz/CurrencyConverter.git" for base code. I customized and added features that suits my preferences and needs.**