Inside my activity am posting the GreenRobot Event . Inside fragment i register like
EventBus.getDefault().register(this);
But unable to automatically fired the subscription side fragment. is it possible to get updated inside fragment if yes any suggestion appreciated.