TutoShowcase icon indicating copy to clipboard operation
TutoShowcase copied to clipboard

Regarding Dismiss Functionality

Open VishalThareja opened this issue 7 years ago • 6 comments

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

VishalThareja avatar Aug 30 '16 09:08 VishalThareja

please send us our code

florent37 avatar Oct 12 '16 13:10 florent37

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();

albo1337 avatar May 04 '17 07:05 albo1337

any updates ?

MohamedHussienMostafa avatar Jan 18 '18 12:01 MohamedHussienMostafa

Isn't my code working for you?

albo1337 avatar Jan 18 '18 22:01 albo1337

Isn't my code working for you?

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

jack2799 avatar Mar 01 '19 12:03 jack2799

Any solution or update?

saadbzu avatar May 22 '20 08:05 saadbzu