News feed app which gives a user regularly-updated news from the internet related to a particular topic, person, or location. Project which comes under Udacity Android Basics Nanodegree Program
You will be making your own app that connects to the Internet to provide news articles on a topic of your choice. The goal is to create a News feed app which gives a user regularly-updated news from the internet related to a particular topic, person, or location. The presentation of the information as well as the topic is up to you.
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- Connecting to an API
- Parsing the response of the API
- Handling error cases gracefully
- Updating information regularly
- Doing network operations independent of the Activity lifecycle
To Learn about the Guardian API, take a look at this page. Also, try modifying this example query or this example query.
Screen 1 | Screen 2 |
---|---|
Screen 3 | Screen 4 |
---|---|
You can download the apk here NewsApp