NewsAroundYou is an android news application that allows its users to read news articles from news sources all around the world, selected according to their chosen region and category.
This application uses News API to fetch news articles from the web and display them to the user based on their selected region and preferred categories. Firebase was used for the backend to allow user authentication and for its realtime database so that user data and preferences can be saved, and their favourite articles can be bookmarked. The application also allows users to change their region and categories, and share their chosen articles with their contacts through social media. A material design theme was implemented using java and XML for the front end. Built using android studio.
- Install the debug APK on your local android device.
- Allow your device to install applications from unknown sources by going to
Settings > Apps > Menu > Special Access > Install unknown apps
- Open the downloaded APK in your file manager.
- Download the latest version of Android Studio on your machine.
- Clone the repository
git clone https://github.com/vansh284/NewsAroundYou
- Open the project from the root directory in android studio.
- Connect an android device to your machine.
- Ensure USB debugging is enabled on your device.
- If no android device is available, you may create an Android Virtual Device(AVD) using android studio.
- On Android Studio select your device and then click on the play icon on the top bar.