Search code examples
androidtwitter-feed

How do i get twitter-feed of particular URL in my application?


I am developing an Android application. In this application I want the RSS feed of a particular Twitter page. But when I open that URL I didn't find rss icon, so I am not able to get RSS feed.

Can you give me any suggestion how to find RSS feed for that particular page?

Is there any way so that I mention my URL and it will give me rss file of that URL? Give me some suggestion for that.


Solution

  • Just establish a http connection with this url "http://twitter.com/statuses/user_timeline/sachin_rt.rss" , where sachin_rt is the user name of sachin tendulkar. U can replace any user name there

    U will get a xml file . parse it n get what ever u want.....