DSpotDevelopers / declex

DecleX - Declarative Framework for Android, easier and faster coding.
Other
168 stars 25 forks source link

Externalize events should not be done #154

Open smaugho opened 7 years ago

smaugho commented 7 years ago

Events are externalized, this causes several issues like colliding events and so on, it would be good to implemente @ExternalEvent, which basically will configure the holder onResume, onPause to register and unregister the External classes.

For instance, one of the problems, is that if the event is not externalized, the event method, then the Event is not created.