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 use in Fragment #8

Open
DpakOjha opened this issue Apr 28, 2018 · 1 comment
Open

How to use in Fragment #8

DpakOjha opened this issue Apr 28, 2018 · 1 comment
Labels

Comments

@DpakOjha
Copy link

This library is amazing. I want to use in fragment. But I can't handle. I searched in google, but I can't found. Please help me how to use in fragment.

@myinnos
Copy link
Owner

myinnos commented Jun 4, 2018

Hello!

for fragment you have to use below function

textSliderView.setOnSliderClickListener(new BaseSliderView.OnSliderClickListener() {
                               @Override
                               public void onSliderClick(BaseSliderView baseSliderView) {
                                 // write your logic here
                              
                                }
}

Note : you no need to implements BaseSliderView.OnSliderClickListener

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants