CodyEngel / Flax

Flax is another way to build Android applications.
Apache License 2.0
32 stars 2 forks source link

Finalize default FlaxActions #3

Open CodyEngel opened 7 years ago

CodyEngel commented 7 years ago

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.