How to listen to tweets from people you are following on Android?

55 Views Asked by At

I want to create an app which would parse all the tweets from following people. Can I create something like a broadcast receiver, which would be invoked when new tweet is posted?

1

There are 1 best solutions below

0
On

You should look into what you can do with the Twitter API

And probably set it up with some kind of web hook