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

data binding #144

Open
Bharatsingh-nickelfox opened this issue Jul 3, 2019 · 1 comment
Open

data binding #144

Bharatsingh-nickelfox opened this issue Jul 3, 2019 · 1 comment

Comments

@Bharatsingh-nickelfox
Copy link

how to implement data binding in this cryatal seekbar

@YucelT94
Copy link

You can write binding adapter like
@BindingAdapter("setSeekbarMinValue") @JvmStatic fun bindSeekbarMinValue(rangeSeekbar: CrystalRangeSeekbar, minValue: Float?) { minValue?.let { rangeSeekbar.setMinValue(it) } }

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

2 participants