David Aguiar

Results 2 issues of David Aguiar

I have created a IBus abstraction and implemented it with EventBus. ``` java public interface IBus { void register(Object object); void unregister(Object object); void post(Object object); } public class Bus...

Hi @TomasKypta, this PR solves issues #68, #74, #82, #100, #108 following @NikolaDespotoski's explanation here #74. Behaviour followed has been: **1**. find method (_onCreate_/_onCreateView_/_onDestroyView_) in current class **and** superclasses. **1.a**....