DEV Community

Cover image for Every Android developer needs this library
Alexander Uchitel
Alexander Uchitel

Posted on

Every Android developer needs this library

Imagine event bus that does not require calls to subscribe/unsubscribe for events. Eventex is not based on singleton and does not keep references to UI objects. Does not use reflection and there is no need for ProGuard rules. Just delivers messages when you need it! And yes, it is free open source on GitHub. Every feedback is highly appreciated!

Top comments (0)