Skip to content

SidPaliwal/NewsApp

Repository files navigation

NewsApp

Created an app to retrieve all the latest news from the internet

Screenshots of the App

SPECIFICATIONS

  • App displays news fetched from the news API and can choose their preferred category.
  • App uses news API to fetch data into the app.
  • Clicking any news opens the full article in chrome custom tabs.

Topics Undergone throughout project

  • Used retrofit and gson to fetch data from the internet.
  • Handling errors
  • Adding search category for users.
  • Handling network operations.
  • Updating information regularly.
  • Creating a good UI for users.