- Project News app
- API used NewsApi.org.
- Get the lates news around the world
- Retrieves data from The News API
- Only the top headlines from every source will be displayed
- Swipe down to refresh the news list
- Tap any item to open the article in android WebView
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- Fetching JSON data and parsing it.
- Working with libraries like Retrofit,GSON and Glide.
- Use of multiple Fragments inside the activity.
- Doing network operations independent of the Activity lifecycle.
Note:- Please use your own API KEY. Register your APIKey from NewsAPI.org. Put your API key in the Contants.java file.