acefalobi / android-stepper

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.
Apache License 2.0
325 stars 38 forks source link

Tab stepper without navigation components support #11

Closed SkyfaceD closed 3 years ago

SkyfaceD commented 3 years ago

@acefalobi What do you think about the feature where manage of views/fragments falls on the shoulders of the developer? I think it would be cool if the library allowed not to be tied to "Navigation Architecture Components", but to use it as a beautiful stepper view.

acefalobi commented 3 years ago

@acefalobi What do you think about the feature where manage of views/fragments falls on the shoulders of the developer? I think it would be cool if the library allowed not to be tied to "Navigation Architecture Components", but to use it as a beautiful stepper view.

this is a really good idea. good work. just address the comments I made and rebase with the new master branch (I added a LICENSE file)

SkyfaceD commented 3 years ago

@acefalobi What do you think about the feature where manage of views/fragments falls on the shoulders of the developer? I think it would be cool if the library allowed not to be tied to "Navigation Architecture Components", but to use it as a beautiful stepper view.

this is a really good idea. good work. just address the comments I made and rebase with the new master branch (I added a LICENSE file)

Okay.