NewsFeed1
News Feed app gives a user regularly-updated news from the internet related to a particular topic, person, or location. To achieve this, Guardian API is used. This is a well-maintained API which returns information in a JSON format. This project is about combining various ideas and skills . They include: Connecting to an API Parsing the JSON response Handling error cases gracefully Updating information regularly Using an AsyncTask Doing network operations independent of the Activity lifecycle