An Android application that converts USD to other currencies using a simple, two-activity interface.
- Convert USD to:
- Japanese Yen (ยฅ)
- Canadian Dollar (C$)
- Euro (โฌ)
- User-friendly UI with two screens:
- MainActivity: Currency selection
- SecondActivity: Amount input and conversion result
- Java (Android)
- Android Studio
- XML Layouts
- Intent & Bundle for activity communication
- Clone this repository:
git clone https://github.com/Neo9Phoenix/CurrencyConverter8.git-
Open the project in Android Studio:
- Go to File > Open and select the project folder.
-
Let Gradle sync and finish building the project.
-
Connect an Android device or start an emulator.
-
Click Run
โถ๏ธ to launch the app.