Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.24 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.24 KB

NewsApp

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.

Read news article

A popup will ask the user if the article should be open in the browser

Info
Search

If no relevant articles was found during search, a warning will show

Getting Started

To get started, follow these steps:

  1. Clone this repo to a suitable destination

  2. 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.

  3. 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".

Run the App

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:

  1. Connect your Android device to your computer using a USB cable (skip this step if you're using an emulator).
  2. Make sure your device is detected by Android Studio.
  3. Click on the green play button in the toolbar, or go to "Run" > "Run 'app'".
  4. 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.