Skip to content

🤑 Currency Converter, an Android Application to Convert between different currency formats.

Notifications You must be signed in to change notification settings

noor1yasser9/CurrencyConverter

Repository files navigation

CurrencyConverter

Build a simple currency converter that meet the following criteria:-

USER INTERFACE

  • The app should contain two drop-down displays that displays a list of countries (iso-codes and flags).
  • The app should contain an input field to enter the amount of currency that should be converted and also a text view to show the result.
  • The app should contain a button to switch between source and target currencies.
  • The app has a menu item to turn on/off currency change monitoring feature.
  • You can use any design you want as long as it has the required functions

FUNCTIONALITY

  • The users should be able to select the source currency and the target currency and enter the amount they want to convert.
  • The app should display the result of the amount entered by the user after being converted to target currency.
  • The user should be able to fast switch between source and target currency using a button
  • The start monitoring menu item should monitor the currency exchange rate of the current currency pair and every one hour and notify the user if the rate changes.
  • The user can stop monitoring any time using the same menu item.
  • The menu item icon should reflect if monitoring is running or not.

ARCHITECTURE

  • You should use MVVM architecture with Android Architecture Components such as LiveData and ViewModel.

API

● You can use any HTTP client or library like Volley or Retrofit.

About

🤑 Currency Converter, an Android Application to Convert between different currency formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages