Currency Converter in Android Mobile App



Design a currency converter in Android


Description: The following program is currency converter.This program converts one currency unit into another currency.

Currency converter aims to maintain real time information an current market or bank exchange rates,so that the calculate result changes whenever the value of either of the component currencies does.

The currency converter software calculates the rates as decimal point number with typically 4 decimal after the comma..

This algorithm can be very useful for the traveler and those looking to make money by trading currency.

The program can convert Rupees to the following currencies.

             1)  Dollar (unit of dollar is 61.22)
        2) Yen  (unit of yen is 0.60)        3)Pound (unit of pound is 101.76)


Comments