florent37 / TutoShowcase

A simple and Elegant Showcase view for Android
Apache License 2.0
508 stars 89 forks source link

Regarding Dismiss Functionality #7

Open VishalThareja opened 8 years ago

VishalThareja commented 8 years ago

Hi, It's dismiss method is not working for closing up this showcase window

florent37 commented 8 years ago

please send us our code

albo1337 commented 7 years ago
TutoShowcase.from(getActivity())
                    .setContentView(R.layout.showcase_screen)
                    .onClickContentView(R.id.showcase_close_button, new View.OnClickListener() {
                        @Override
                        public void onClick (View view) {
                            // here I want to implement dimiss() for showcase on button click
                        }
                    })
                    .on(addAccountButton)
                    .addCircle()
                    .show();
MohamedHussienMostafa commented 6 years ago

any updates ?

albo1337 commented 6 years ago

Isn't my code working for you?

jack2799 commented 5 years ago

Isn't my code working for you?

@albo1337 Just hold the reference from first method call and call dismiss method whenever needed.

saadbzu commented 4 years ago

Any solution or update?