Skip to content

MarinaRomanova/AwareNews

Repository files navigation

AwareNews

News app using Guardian's API

This Android app was created for the purpose of and assignment in the frame of Android Basics Udacity and Google's course.

News feed devoted to Travel is regularly updated by parsing responses from Guardian's API - here. While articles are being loaded an empty view is displayed.

awarenews

emptyview

API

Please be advised that student's api-key will expire after a certain number of requests sent. You can change this parameter at NewsActivity line #101 uriBuilder.appendQueryParameter("api-key", "8420c23a-........");

Other features

User can narrow-down the selection using preference screen.

preference_screen_by_category

preference_screen_sort_by

User can consult the original article using a browser.

readmore_intent

Covered materials:

  • Connecting to an API
  • Parsing the JSON response
  • Using an AsyncTask

Releases

No releases published

Packages

No packages published

Languages