AbhishekChd NewsApp Save

News app based on NewsAPI

Project README

NewsApp

Android Developer Nanodegree Capstone Project.

A bit overview, it uses newsapi.org API to get news and get JSON data back. Then it is parsed using google's gson library and the requests are sent by Retrofit.

Note: To run the app you have to add NewsAPI.org key. I have taken this step to due to limited access to daily request for News. Getting a key would take just few seconds :)

Setup API Key

  1. Visit NewsAPI.org to get your API Key
  2. Copy your API Key from accounts section
  3. Open gradle.properties (Create the file if not exists)
    • For Linux/Mac: /home/.gradle/gradle.properties
    • For Windows: C:\Users\<UserName>\.gradle\gradle.properties
    • Add the following line:
    NewsApi_ApiKey="YOUR_API_KEY"
    

Demo

  • Home
  • Widget

Libraries

Credits

License

GNU General Public License v3.0

Open Source Agenda is not affiliated with "AbhishekChd NewsApp" Project. README Source: AbhishekChd/NewsApp
Stars
64
Open Issues
0
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating