Custom event listener on Android app

Posted by Bilthon on Stack Overflow See other posts from Stack Overflow or by Bilthon
Published on 2010-06-06T05:49:19Z Indexed on 2010/06/06 5:52 UTC
Read the original article Hit count: 263

Hi everybody, I need to set up a simple event listener to refresh a listview from once in a while. The problem is I don't know how could I generate an event.

I know that for events like key or button pressing I just need to implement the handler. But in this specific case I actually need to generate the event, which will be fired everytime another running thread of my app wakes up and refreshes it's list of news from a rss feed.

I've done everything, but got stucked in here. Can I get any suggestion or link with some more info on how to implement this?

Thanks

Nelson R. Perez

© Stack Overflow or respective owner

Related posts about android

Related posts about events