This Currency Exchange App is an Android application developed using Android Studio. It fetches real-time currency exchange rates and displays them in a user-friendly interface. The app is designed to help users quickly and easily convert between different currencies with SGD as the base currency.
- Real-time Exchange Rates: Fetches the latest exchange rates from a reliable API.
- User-Friendly Interface: Displays exchange rates in a clear and organized manner.
This project was created to learn and practice Android app development. Key learning objectives include:
- Understanding Android Studio and its development environment.
- Implementing network requests to fetch data from an API.
- Handling UI elements and layouts in Android.
- Android Studio: The official IDE for Android development.
- Gson: A library for converting JSON data to Kotlin objects.
- Exchange Rate API: The app uses the Exchange Rates API to fetch real-time currency exchange rates.
