This Android app displays the current news information for a specific topic or generall news information. It uses the NewsApi to fetch the news data and displays it in a user-friendly format.
-
Clone this repo to a suitable destination
-
Install Android Studio (If you don't have it) If you don't have Android Studio installed on your computer, you can download it from the official website.
-
Once you have Android Studio installed, follow these steps to open the app:
- Launch Android Studio.
- Click on "Open an existing Android Studio project".
- Navigate to the directory where you cloned the repo to.
- Select the folder and click "Open".
Now that you have the app open in Android Studio, you can run it on an emulator or a physical Android device. Follow these steps to run the app:
- Connect your Android device to your computer using a USB cable (skip this step if you're using an emulator).
- Make sure your device is detected by Android Studio.
- Click on the green play button in the toolbar, or go to "Run" > "Run 'app'".
- Choose your device from the list of available devices/emulators and click "OK".
That's it! The app should now be running on your device or emulator.