Skip to content

KajcsaErno/NewsFeed

Repository files navigation

News App

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.

What I learned?

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

Final result of my project - News Feed App

Try it yourself: NewsFeed.apk

image image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages