Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On update, implemented methods changed. #23

Open
Leepee opened this issue Aug 1, 2018 · 1 comment
Open

On update, implemented methods changed. #23

Leepee opened this issue Aug 1, 2018 · 1 comment

Comments

@Leepee
Copy link

Leepee commented Aug 1, 2018

Hi Heinrich,
I updated this lib recently (3.0.3), and I've broken it. I have made a minimum working example, the same as your example, and there is an error that I need to implement abstract method onCreateSteps(). Does this replace getSteps() that is given in the example?

I am also getting an error on new TextStep, where I think it is required to use a Builder now? The error is :

error: constructor TextStep in class TextStep cannot be applied to given types;
required: Builder
found: Context,String,int,String,int,String
reason: actual and formal argument lists differ in length

These two issues prevent it working for me right now.

Apologies if anything is obvious here, I'm a new developer!

@heinrichreimer
Copy link
Owner

Exactly!
See the sample for reference: https://github.com/heinrichreimer/material-singleinputform/blob/master/example/src/main/java/com/heinrichreimersoftware/singleinputform/example/MainActivity.java
Would you mind creating a pull request updating the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants