EventBus 3.1 with plain Java support

EventBus 3.1 brings plain Java support and adds a new thread mode for event delivery. EventBus is used by over 25% of top Android apps. Read more

Similar

Object Oriented Design Principles in Java

Introduction Design principles are generalized pieces of advice or proven good coding practices that are used as rules of thumb when making design choices. They're a similar concept to design patterns, the main difference being that design principles are ... (more…)

Read more »