Skip to content

A news application that lists news and shows details of the news. Shows all the news in a list detail format. The list will show the news number and the details will show the details of the news. The details part will show the news description and an image along with the Title. Used RecyclerView to show the list of news. The list and details bot…

Notifications You must be signed in to change notification settings

PentiumYG/News_Application_Using_Recycler_View

Repository files navigation

News Application (Using Recycler View)

Summary:

A news application that lists news and shows details of the news. Shows all the news in a list detail format. The list will show the news number and the details will show the details of the news. The details part will show the body (news description) and an image along with the Title. Use RecyclerView to show the list of news. The list and details both uses Fragments. Able to put a comment on a news article.

Description:

A news application:

  1. List-detail view of the news. The list will show the news number and the details part will show the details of the new title, description body, image.
  2. The list should be designed with RecyclerView, both list and detail should use Fragments.
  3. One should be able to put a comment on the news. This comment should be visible next time, one clicks on that news. Also, users can further edit that comment. That should be saved and updated comment will be seen in a subsequent visit.
  4. Compulsory part: the ability to put/edit one comment and show that on the next click on that news number.
  5. Ability to put/edit ratings to a news article and show the ratings on the next click on that news number**

Topics Covered:

Fragments - Must be used for the application UI.
Networking - Downloading of a news file.
Services - The service downloads the news files.
File Storage - The downloaded news file must be stored in an appropriate location as private to the application.

Screenshots:

About

A news application that lists news and shows details of the news. Shows all the news in a list detail format. The list will show the news number and the details will show the details of the news. The details part will show the news description and an image along with the Title. Used RecyclerView to show the list of news. The list and details bot…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages