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

How to Add OnClick #116

Open
tusharsharma1999 opened this issue Aug 11, 2021 · 0 comments
Open

How to Add OnClick #116

tusharsharma1999 opened this issue Aug 11, 2021 · 0 comments

Comments

@tusharsharma1999
Copy link

tusharsharma1999 commented Aug 11, 2021

I Have added
banner_slider2.setOnSlideClickListener(new OnSlideClickListener() {
@OverRide
public void onSlideClick(int position) {
Toast.makeText(getActivity(), "position: "+position, Toast.LENGTH_SHORT).show();
}
});

but its not working not getting toast message in fragment

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

1 participant