Giter VIP home page Giter VIP logo

Comments (9)

FWStelian avatar FWStelian commented on June 12, 2024 1

@zawadz88 PR created

from android-material-stepper.

zawadz88 avatar zawadz88 commented on June 12, 2024

Hi,
This looks like a duplicate of #52.
Please see the answer in that issue and let me know if it makes sense to you.

from android-material-stepper.

FWStelian avatar FWStelian commented on June 12, 2024

@zawadz88 I had a look at #52 comments and answers.

I agree with you that, technically, there is no "next" step to go to. I also took notice of the 2 workarounds presented (adding extra step to achieve desired functionality and handling onComplete() event from StepperListener ).

The activity is already handling onComplete() but it is doing something different that what the last fragment is intended for and I don't want to "leak" the information from the fragment to the activity (multiple reasons can be given).

I am aware that you can workaround this issue, and that in general, you would probably use the activity to aggregate all the information from the steps but I think it is a problem that the library breaks the user expectation : you expect a blocking step to function the same way regardless of it's position in the adapter. Maybe the docs could explain better this caveat or, maybe, add a new type of step CompleteBlockingStep with a new callback that will allow the desired behaviour.

Awesome library BTW, thanks :)

from android-material-stepper.

zawadz88 avatar zawadz88 commented on June 12, 2024

Hi @FWStelian,

you expect a blocking step to function the same way regardless of it's position in the adapter.

You raise a good point here. I agree that a new callback seems reasonable in this situation - I think it might actually be a part of BlockingStep.
I'm pretty preoccupied at the moment so I don't know when the next release might happen, however I'm happy to review any PR regarding this for the time being :)

And thanks for the thorough feedback!

from android-material-stepper.

poltographer6 avatar poltographer6 commented on June 12, 2024

I have a question too about BlockingStep, how can I enable the Complete Button here?
screenshot_1489289948

My Complete button is disabled. Why?

from android-material-stepper.

FWStelian avatar FWStelian commented on June 12, 2024

@poltographer6 you probably set stepperLayout#.setNextButtonVerificationFailed(true) from your activity.

from android-material-stepper.

poltographer6 avatar poltographer6 commented on June 12, 2024

@FWStelian no I didn't. Here's my code

`public class UploadApp extends AppCompatActivity implements StepperLayout.StepperListener {

    private StepperLayout mStepperLayout;
    Toolbar uploadAppToolbar;
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_upload_app);

        uploadAppToolbar = (Toolbar) findViewById(R.id.uploadAppToolbar);
        uploadAppToolbar.setTitle("Application Upload");

        mStepperLayout = (StepperLayout) findViewById(R.id.stepperLayout);
        mStepperLayout.setAdapter(new UploadAppStepperAdapter(getSupportFragmentManager(), this));

    }

    @Override
    public void onCompleted(View completeButton) {

        System.out.println("Test");



    }

    @Override
    public void onError(VerificationError verificationError) {


    }

    @Override
    public void onStepSelected(int newStepPosition) {

    }

    @Override
    public void onReturn() {

    }


}`

from android-material-stepper.

poltographer6 avatar poltographer6 commented on June 12, 2024

Nothing happened when I click Complete Button, it should print "Test". Can you help me what's wrong with my code? I used BlockingStep to my Steps

from android-material-stepper.

zawadz88 avatar zawadz88 commented on June 12, 2024

@FWStelian thanks for your helped! #87 was merged. I'll release a new version of the library soon and it should be available from JCenter.

from android-material-stepper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.