/MVVM-NewsApp

Android app which uses APIs to display Top Headlines :fire: and Articles. :newspaper:

Primary LanguageJava

News-App (MVVM-Room-Retrofit)

Android Application which uses News API to display Top Headlines and finds different Articles from all over the web. Also, gives users the ability to save those articles to refer to them later.

Screen Recording

App.Walkthrough.mp4

Android Architecture Components

Libraries Used

API Used

You can register for a free API Key at News API. Replace following with YOUR_API_KEY. This constant is located in Utils.java inside utils package. And you are good to go!

public static final String API_KEY = "YOUR_API_KEY";

Pull Requests are welcomed!