A small Android App to convert currencies.
- Supports multiple currencies and offline mode.
- Uses EuropeanCentralBank API to fetch the latest exchange rates.
- Uses Paper to store the exchange rates locally.
- Currency rates are updated every 24 hours.
- Languages: German, English (default)
- Android Studio
- Android SDK
- Android N (API 24) or higher
-
Clone the repo
git clone https://github.com/bircni/CurrencyConverter.git
-
Open in Android Studio
-
Run on emulator or device
If you want to contribute - open an issue or a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/CurrencyCool
) - Commit your Changes (
git commit -m 'added something new'
) - Push to the Branch (
git push origin feature/CurrencyCool
) - Open a Pull Request