Currently the FlaxAction types are fairly primitive and should be updated to support a wider range of default Action types.
These actions include callbacks from View, TextView, EditText, System (Activity, Fragment, etc), as well as others. Looking over RxBindings will likely give a good idea of what should be supported in terms of view callbacks. System callbacks will likely need to be custom and creating an AbstractFlaxActivity, AbstractFlaxFragment, and AbstractFlaxViewGroup with observables for each lifecycle event will likely be useful.
Currently the FlaxAction types are fairly primitive and should be updated to support a wider range of default Action types.
These actions include callbacks from View, TextView, EditText, System (Activity, Fragment, etc), as well as others. Looking over RxBindings will likely give a good idea of what should be supported in terms of view callbacks. System callbacks will likely need to be custom and creating an AbstractFlaxActivity, AbstractFlaxFragment, and AbstractFlaxViewGroup with observables for each lifecycle event will likely be useful.