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.