Xcode: How do I add a live news feed stream to my iPhone app?
-
To add a stream such a "News Feed" on Facebook. How do I add such a live news feed to my own application and what APIs, how do I connect to a server and what Actions and views do I use? Sorry if this doesn't make complete sense. Any help i great appreciated. :)
-
Answer:
You can do it using the http://en.wikipedia.org/wiki/RSS or http://en.wikipedia.org/wiki/Atom_(standard) standards - you could use an RSS reader API such as GDataXML from within an iOS app - see http://www.raywenderlich.com/2636/how-to-make-a-simple-rss-reader-iphone-app-tutorial
Anand C Ramanathan at Quora Visit the source
Other answers
I guess you are referring to a newsfeed similar to Facebook. Where the contents you see are based on your activities (i.e, your friends, interactions, likes, etc). You need to have a backend code for this. A REST API (php, ruby, etc) A server that pushes new contents to your app upon "app refresh" in your app. Your algorithm with what content/s will appear in your app's newsfeed can either be: 1. From backend - meaning, your app's task is only to display the fetched data. Everything else is handled by the backend. 2. In the app - the server pushes unsorted contents to your app, and your internal code organizes the data before displaying them in the newsfeed. Now, for the newsfeed, it could be a UITableView with customized cell. PS: I know there's a lot of ways to do this. My answer is based on how I would do it had I been in your situation.
Raymond Led Carasco
Related Q & A:
- How can I add a slideshow to my site?Best solution by webstarts.com
- How can I add a clickable link to a question or answer on yahoo?Best solution by Yahoo! Answers
- How can I add a picture to a video?Best solution by Answerbag.com
- How do I add a photo to a Wikipedia page?Best solution by en.wikipedia.org
- How do I add a photo to a question?Best solution by Answerbag.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.