TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

Possibility to override buttons onClickListeners and to set buttons visibility implemented #117

Closed hcbpassos closed 2 years ago

hcbpassos commented 7 years ago

1º implementation:

Finish and back button: Directly onClickListener replaced by overridable method;

Next button: Added ordinaryScreenClickListener and its class; Added next button functions constants;

2º implementation:

Directly onClickListener replaced by method that writes onClickListener action inside due variable to allow method overriding every single next button action; Set button visible method created for all three buttons; Initialization of back and skip buttons onClickListeners unified to take this responsibility out of set button visible methods. Next button is out of this because it has multiple action;

hcbpassos commented 2 years ago

closing due to lack of maintenance.