How do I add my own news feed to my website?

Xcode: How do I add a live news feed stream to my iPhone app?

Anand C Ramanathan at Quora Visit the source

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.