the twitter4j api has a TwitterStream class http://twitter4j.org/en/javadoc/twitter4j/TwitterStream.html but I don't want to do this processing on main UI thread. How should TwitterStream be combined with AsyncTask to move this processing off the main UI thread.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.

processingyou don't want to do in the main UI?? – iturki Nov 14 '12 at 23:00AsyncTaskimplements it. I'm not sure if it is even possible! – iturki Nov 15 '12 at 17:01