This is android application which displays news. Allows user to search for specific articles and read them, set notifications about new sotories from favourites categories, save articles to read them later and create customized "For you page"
Rest of the repository is project folder generated by Android Studio
Clone this repository to your local machine:
$ git clone https://github.com/TomaszFiji/News-App-Android.git
Change into the repository directory:
$ cd <repository>
Open project with Android Studio
Change the google news API key (name="apiKey1") in app\src\main\res\values\strings.xml
Run the application on emulator or your phone
-You can browse articles by category, by selecting caetgory on the main page,
-Yoy can mark category as favourite to recive notifications
-You can click "heart" on the article card to save it, saved articles will be displayed in 4th tab of the main page
-While reading an article you can pull up the bottom part of the screen to see suggested articles.
-In the main page you can click profile icon to modify information about your profile, esspecialy add/remove favourite words, which will personalize content of "For you page, which is 3th tab of the main page



