Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinmayrane16/news
- Owner: Chinmayrane16
- Created: 2018-04-19T04:44:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T10:26:52.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T18:27:02.777Z (3 months ago)
- Topics: http-requests, httpclient, json-api, parsing, rss-feed-parser, rss-reader
- Language: Java
- Homepage:
- Size: 289 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News
Date: 19 April 2018
Author: Chinmay RaneIt 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.