Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

AM2037/NewsFeedApp

Repository files navigation

Guardian News

Created for the Grow with Google Challenge Scholarship: Android Basics Course

Used API 27: Android 8.1 (Oreo) -- Updated to API 28: Android 9 (Pie)

This is the 6th project from my Udacity Android Basics Nanodegree program which is a news app that queries the Guardian API. I used a combination of AsyncTask and Loaders to retrieve and parse the JSON responses from the API queries.

Screenshots From the App:

screenshot 1 screenshot 2 screenshot 3 screenshot 4 screenshot 5

Features additional items not in the course

  1. I created my own method hasConnection() for checking for internet connection located in ArticleActivity.java as well as loadJSON() directly underneath it which functions as a helper method for my refresh setting.
  2. For retrieving the images from the Guardian API I referenced Mohammad Ali Fouani's example at: https://stackoverflow.com/q/51587354/9302422 to get Bitmaps for the images. The corresponding java is located in the Article & ArticleAdapter java files as well as the list_item.xml file.

About

Android Basics Nanodegree Project 6: News App featuring the Guardian API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages