Java app can converet from one value of currency to another one
Run on local machine with Eclipse (Never get production). The conversion available only for those currencies USD, GBP, JPY, EUR, AUD, CAD, DKK, NOK, ZAR, SEK, CHF, JUD, LBP, EGP, ILS.
Client visual view
- Present CurrenciesTable for all currency
Visual table view for GUI
Abstract tabel, Holds all the information on TableGUI
Instruction for currency, holds fields:
name, unit, code, country, change
Hendle Parsing information that came from local storage
- xml file name is 'currency.xml'
- xml file holds data on currencies
- every opening, the app download relevant version of xml
Done