https://github.com/paradite/news-feed-l
:newspaper: Get news from social media (Whatsoever)
https://github.com/paradite/news-feed-l
android cardview recyclerview social-media
Last synced: 3 months ago
JSON representation
:newspaper: Get news from social media (Whatsoever)
- Host: GitHub
- URL: https://github.com/paradite/news-feed-l
- Owner: paradite
- Created: 2014-09-21T11:11:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T16:20:54.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T12:24:09.536Z (8 months ago)
- Topics: android, cardview, recyclerview, social-media
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=thack.ac.whatsoever
- Size: 500 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
App to search for keywords across different social media sites
===Final decision on App name:
---
+ WhatsoeverLinks:
---
+ Play Store listingApp name candidates:
---
+ No Login (as the app only uses publicly accessible feeds)
+ Social Monitor (the app monitors social media based on keywords)
+ What's going on (real time keyword tracking)
+ happening
+ SoSe - Social Search
+ Whatever
+ Feed
+ Track
+ People say - What the people sayFeatures:
---
+ Real-time keyword tracking on social media sites
+ Completely anonymous (no log-in required)
+ Social media supported: Twitter, Google+, Instagram
+ Social media not yet supported: Facebook, etcTechniques used:
---
### RecyclerView
+ Basic layout with image and text for each item
+ Dynamically update the views with new data from different sources
+ Handle click events and start new activity
+ Remove item dynamically### CardView
+ Used as container for each item in RecyclerView
+ Allow user to interact with the CardView by providing onClick methods and buttons
+ Dynamically added to show details of each tweet when user tap on the tweet.### Twitter Integration
+ Twitter API(through twitter4j) to fetch public tweets
+ Two separate async tasks to fetch tweets and profile pictures### Google+ Integration
+ Google+ API(through Google HTTP Client Library for Java) to fetch public posts on Google+### Instagram Integration
+ Instagram API to fetch photos using queried terms on Instagram