MoviesApp is an Android app that allows users to search for movies from the OMDb API and save them on their devices. This README file provides instructions on how to build and run the app.
To build and run the MoviesApp Android app, you need to have the following software installed on your computer:
- Android Studio
- JDK (version 8 or later)
To build the MoviesApp Android app, follow these steps:
- Clone this repository to your local machine.
- Open Android Studio and click on "Open an existing Android Studio project".
- Navigate to the location where you cloned the repository and select the
MoviesApp
folder. - Wait for the project to sync and build. This may take a few minutes.
- Once the build is complete, you can run the app on an emulator or a physical device.
To run the MoviesApp Android app, follow these steps:
- Open Android Studio and open the
MoviesApp
project. - Connect an Android device to your computer using a USB cable, or start an emulator in Android Studio.
- Click on the "Run" button in Android Studio.
- Select the device you want to run the app on, and click "OK".
This will install the MoviesApp Android app on the selected device and run it.