An EventBus framework for Android

Posted by Benju on Stack Overflow See other posts from Stack Overflow or by Benju
Published on 2010-03-13T02:11:34Z Indexed on 2010/03/13 2:17 UTC
Read the original article Hit count: 391

Filed under:
|

Can anybody recommend a good framework for handling events in Android? These would be business logic events like UserUpdatedEvent. I am looking for something similar to the EventBus provided by GWT-EVENT but for a JVM that supports weak-references.

© Stack Overflow or respective owner

Related posts about android

Related posts about events