Kill your eventbus-driven architecture with fire
Some long time ago event bus libraries took over the Android developers world. Majority of Android applications used one of the variety of libraries available – EventBus, Otto or others. People loved this pattern because it made communication between Android components a lot easier than before. Time has changed though. Otto was just officially deprecated […]