/NewsyFy

A news application to keep the user updated about the latest happenings with option to select news sources.

Primary LanguageJava

NewsyFy

A news application to keep the user updated about the latest happenings. The app retrieves news data from newsapi.org and makes use of retrofit library to parse the JSON response returned by the API and display it along a nice, clean UI. Main features of this application are listed below:

  • A news feed showing latest news from the API https://newsapi.org/
  • Show news based on the user's location.
  • Allow users to search through the news from the feed.
  • Store the news offline
  • Everyday show a notification with a trending news to the user
  • Allowing user to filter news based on sources and sort the news by date.