![]() |
![]() |
![]() |
![]() |
- This app will show a list of news from Newsapi.org REST API
- Create your account
- Get Your Api Key
- Copy your api key and paste to
Build.gradle(Module ..)
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"