An Android application that converts between major world currencies using real-time exchange rates fetched from CurrencyFreaks API (XML format).
- Real-time currency conversion using CurrencyFreaks API
- Support for 15 major currencies including USD, EUR, GBP, BTC, ETH
- Conversion via
NumberPickerfor clean UI - XML data parsing with
XmlPullParser - Error handling for missing or incorrect data
- Java
- Android SDK
- CurrencyFreaks REST API (XML format)
HttpURLConnection,XmlPullParser- Android Views:
NumberPicker,EditText,TextView,Toast
git clone https://github.com/egezturkk/CurrencyConverterApp.git
Then:
Open the project in Android Studio
Let Gradle sync complete
Click Run to build and launch the app on your emulator or device