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

Can you add the button to reset after the animation is done? #5

Open
usagitoneko97 opened this issue Mar 5, 2017 · 4 comments
Open

Comments

@usagitoneko97
Copy link

No description provided.

@nicks258
Copy link

nicks258 commented Jun 9, 2017

is this bug is fixed or not??

@adultcode
Copy link

I need this feature too.

@hejie
Copy link

hejie commented Apr 25, 2018

cannot reset ?

@Priya-1023
Copy link

submitButton.setOnClickListener(new View.OnClickListener() {
@OverRide
public void onClick(View v) {

            new Handler().postDelayed(new Runnable() {
                @Override
                public void run() {
                    Intent intent=new Intent(MainActivity.this,NextActivity.class);
                    startActivity(intent);
                    finish();

                }
            },1000);

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

5 participants