Multi-Feature Android App Project Description This Android application, developed in Java, is a collaborative project featuring four distinct functionalities. The 'Currency Converter' layout, which allows users to convert currencies, store and delete conversion history, and fetch updated conversion rates using a REST API developped by Chawki Moulayat The app also includes a Bear Image Generator by Paul0354, a Trivia Game by DirtyPatel, and a Flight Tracker by Owenn02.
Features Currency Converter: Convert currencies with real-time exchange rates, save conversion history, and manage past records.(Developed by Chawki Moulayat) Bear Image Generator: Generate random bear images. (Developed by Paul0354) Trivia Game: Test your knowledge with a variety of trivia questions. (Developed by DirtyPatel) Flight Tracker: Track flights in real-time. (Developed by Owenn02) Prerequisites Android Studio Java Development Kit (JDK) Android SDK Installation and Setup Clone the Repository:
bash git clone https://github.com/paul0354/FinalProjectAndroid) Open the Project in Android Studio:
Launch Android Studio. Open the project by navigating to the cloned repository. Configure the Project:
Ensure that all SDK requirements are met and dependencies are resolved. Sync the project with Gradle files for proper build configuration. Run the Application:
Select an emulator or connect an Android device. Build and run the project using Android Studio. Using the Currency Converter Convert Currencies: Select the desired currencies and input the amount to convert. The app will display the converted amount based on the latest exchange rates. Save Conversion: Store any currency conversion in the history for future reference. Manage History: View and delete past conversion records as needed. Contributing Contributions to the project are welcome. Please fork the repository, make your changes, and submit a pull request.
Acknowledgments Currency Converter : Chawki Moulayat Bear Image Generator: Paul0354 Trivia Game: DirtyPatel Flight Tracker: Owenn02 License