Open VishalThareja opened 8 years ago
please send us our code
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();
any updates ?
Isn't my code working for you?
Isn't my code working for you?
@albo1337 Just hold the reference from first method call and call dismiss method whenever needed.
Any solution or update?
Hi, It's dismiss method is not working for closing up this showcase window