Event-Bus-Architecture icon indicating copy to clipboard operation
Event-Bus-Architecture copied to clipboard

Event Bus Architecture sample

Results 3 Event-Bus-Architecture issues
Sort by recently updated
recently updated
newest added

Instead of doing it on the `onCreate`and `onDestroy,` I think that if you put them on the `onResume` and `onPause`methods, respectively, then you can avoid memory leaks...

I loved our blog on medium and have gone through it a couple of times and then I went through the code but was not able to comprehend some of...