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.
Also add a Settings Screen which will allow users to narrow down the stories displayed in from the feed.
The available preference options presented to the user will be left up to you to decide (e.g. publishing time, country, topic category, etc. )
The presentation of the information as well as the topic is up to you.
This project is about combining various ideas and skills I’ve been practicing throughout the course. 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
- Implement the Preference Fragment
- Launch a Settings Activity from a menu in the Main Activity
- Use Uri.Builder class to add query parameters to the URL
- Update and display the Preference Summary
Try it yourself: NewsFeed.apk