Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinmayrane16/news

News Application to view Daily Affairs
https://github.com/chinmayrane16/news

http-requests httpclient json-api parsing rss-feed-parser rss-reader

Last synced: about 1 month ago
JSON representation

News Application to view Daily Affairs

Awesome Lists containing this project

README

        

# News

Date: 19 April 2018
Author: Chinmay Rane

It is a simple News app. In this app the feed is collected from the website "http://rss.nytimes.com" .

There are 2 major things the apps handles..

First it uses HTTPUrlConnection to establish connection and the returned format is in RSS and it is converted to JSON
using GSON library...

And Secondly it implements ItemClickListener in RecyclerView.