Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.77 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.77 KB

DigimasterNewsApi

How the app works

  1. This app will show a list of news from Newsapi.org REST API
  2. Create your account
  3. Get Your Api Key
  4. Copy your api key and paste to Build.gradle(Module ..)

Prerequisites

Before running this app, you need to add your NewsAPi Key, in your Build.gradle(Module ..) file:

buildConfigField "String","API_SECRET","PUT YOUR API KEY IN HERE"

Dependencies :