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. (more…)
Read more »
Java memory troubleshooting is a well-discussed topic. You can find a lot of information about it in existing blog posts, so you may wonder: why write another one? Indeed, many blog posts introduce a… Read more